#3594CD

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

Shades of Curious Blue #3594CD

Tints of Curious Blue #3594CD

Color information

#3594CD (or 0x3594CD) is unknown color: approx Curious Blue. HEX triplet: 35, 94 and CD. RGB value is (53,148,205). Sum of RGB (Red+Green+Blue) = 53+148+205=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #3594CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3594CD is #CA6B32. Grayscale: #7D7D7D. Windows color (decimal): -13265715 or 13472821. OLE color: 13472821.

HSL color Cylindrical-coordinate representation of color #3594CD: hue angle of 202.5º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3594CD is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53148205-
CMYK0.740.2800.20
HSL202.5º60.32%50.59%-
HSV(B)202.5º74.15%80.39%-
XYZ23.0826.3461.63-
YUV126.09172.5375.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.05%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 205 (80.47% from 255) = 50.49%
R=13.05%
G=36.45%
B=50.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531482050.740.2800.20202.560.3250.59
Hex3594CD4A1C014ca3c33
Octal65224315112340243127463
Binary110101100101001100110110010101110001010011001010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3594CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3594CD; }

 p { color: rgb(53,148,205); }

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

<style>
 a { background-color: #3594CD; }

 a { background-color: rgb(53,148,205); }

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

<style>
 span { border-color: #3594CD; }

 span { border-color: rgb(53,148,205); }

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