#3579C4

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

Shades of Curious Blue #3579C4

Tints of Curious Blue #3579C4

Color information

#3579C4 (or 0x3579C4) is unknown color: approx Curious Blue. HEX triplet: 35, 79 and C4. RGB value is (53,121,196). Sum of RGB (Red+Green+Blue) = 53+121+196=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #3579C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3579C4 is #CA863B. Grayscale: #6C6C6C. Windows color (decimal): -13272636 or 12876085. OLE color: 12876085.

HSL color Cylindrical-coordinate representation of color #3579C4: hue angle of 211.47º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3579C4 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB53121196-
CMYK0.730.3800.23
HSL211.47º57.43%48.82%-
HSV(B)211.47º72.96%76.86%-
XYZ18.2718.4254.82-
YUV109.22176.9787.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.32%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 196 (76.95% from 255) = 52.97%
R=14.32%
G=32.70%
B=52.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal531211960.730.3800.23211.4757.4348.82
Hex3579C44926017d33931
Octal65171304111460273237161
Binary110101111100111000100100100110011001011111010011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3579C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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