#3576CA

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

Shades of Curious Blue #3576CA

Tints of Curious Blue #3576CA

Color information

#3576CA (or 0x3576CA) is unknown color: approx Curious Blue. HEX triplet: 35, 76 and CA. RGB value is (53,118,202). Sum of RGB (Red+Green+Blue) = 53+118+202=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #3576CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3576CA is #CA8935. Grayscale: #6B6B6B. Windows color (decimal): -13273398 or 13268533. OLE color: 13268533.

HSL color Cylindrical-coordinate representation of color #3576CA: hue angle of 213.83º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3576CA is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53118202-
CMYK0.740.4200.21
HSL213.83º58.43%50%-
HSV(B)213.83º73.76%79.22%-
XYZ18.6117.9858.37-
YUV108.14180.9788.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.21%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=14.21%
G=31.64%
B=54.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531182020.740.4200.21213.8358.4350
Hex3576CA4A2A015d63a32
Octal65166312112520253267262
Binary110101111011011001010100101010101001010111010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3576CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3576CA; }

 p { color: rgb(53,118,202); }

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

<style>
 a { background-color: #3576CA; }

 a { background-color: rgb(53,118,202); }

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

<style>
 span { border-color: #3576CA; }

 span { border-color: rgb(53,118,202); }

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