#3580B5

Color #3580B5 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3580B5

Tints of Curious Blue #3580B5

Color information

#3580B5 (or 0x3580B5) is unknown color: approx Curious Blue. HEX triplet: 35, 80 and B5. RGB value is (53,128,181). Sum of RGB (Red+Green+Blue) = 53+128+181=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #3580B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3580B5 is #CA7F4A. Grayscale: #6F6F6F. Windows color (decimal): -13270859 or 11894837. OLE color: 11894837.

HSL color Cylindrical-coordinate representation of color #3580B5: hue angle of 204.84º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3580B5 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB53128181-
CMYK0.710.2900.29
HSL204.84º54.7%45.88%-
HSV(B)204.84º70.72%70.98%-
XYZ17.5319.5346.56-
YUV111.62167.1586.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 14.64%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 181 (71.09% from 255) = 50%
R=14.64%
G=35.36%
B=50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531281810.710.2900.29204.8454.745.88
Hex3580B5471D01Dcd372e
Octal65200265107350353156756
Binary110101100000001011010110001111110101110111001101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3580B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3580B5; }

 p { color: rgb(53,128,181); }

 H1.HeaderClassName
 {
   color: #3580B5;
 }
 .AnyTagClassName
 {
   color: #3580B5;
 }
</style>
background-color css

<style>
 a { background-color: #3580B5; }

 a { background-color: rgb(53,128,181); }

 div.DivClassName
 {
   background-color: #3580B5;
 }
 .BgClassName
 {
   background-color: #3580B5;
 }
</style>
border-color css

<style>
 span { border-color: #3580B5; }

 span { border-color: rgb(53,128,181); }

 td.TdClassName
 {
   border-color: #3580B5;
 }
 .TagClassName
 {
   border-color: #3580B5;
 }
</style>