#3579C8

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

Shades of Curious Blue #3579C8

Tints of Curious Blue #3579C8

Color information

#3579C8 (or 0x3579C8) is unknown color: approx Curious Blue. HEX triplet: 35, 79 and C8. RGB value is (53,121,200). Sum of RGB (Red+Green+Blue) = 53+121+200=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #3579C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3579C8 is #CA8637. Grayscale: #6D6D6D. Windows color (decimal): -13272632 or 13138229. OLE color: 13138229.

HSL color Cylindrical-coordinate representation of color #3579C8: hue angle of 212.24º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3579C8 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB53121200-
CMYK0.740.3900.22
HSL212.24º58.1%49.61%-
HSV(B)212.24º73.5%78.43%-
XYZ18.7318.657.25-
YUV109.67178.9787.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.17%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 200 (78.52% from 255) = 53.48%
R=14.17%
G=32.35%
B=53.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal531212000.740.3900.22212.2458.149.61
Hex3579C84A27016d43a32
Octal65171310112470263247262
Binary110101111100111001000100101010011101011011010100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3579C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3579C8; }

 p { color: rgb(53,121,200); }

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

<style>
 a { background-color: #3579C8; }

 a { background-color: rgb(53,121,200); }

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

<style>
 span { border-color: #3579C8; }

 span { border-color: rgb(53,121,200); }

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