#3595CE

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

Shades of Curious Blue #3595CE

Tints of Curious Blue #3595CE

Color information

#3595CE (or 0x3595CE) is unknown color: approx Curious Blue. HEX triplet: 35, 95 and CE. RGB value is (53,149,206). Sum of RGB (Red+Green+Blue) = 53+149+206=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #3595CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3595CE is #CA6A31. Grayscale: #7E7E7E. Windows color (decimal): -13265458 or 13538613. OLE color: 13538613.

HSL color Cylindrical-coordinate representation of color #3595CE: hue angle of 202.35º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3595CE is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB53149206-
CMYK0.740.2800.19
HSL202.35º60.96%50.78%-
HSV(B)202.35º74.27%80.78%-
XYZ23.3626.7162.32-
YUV126.79172.775.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.99%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 206 (80.86% from 255) = 50.49%
R=12.99%
G=36.52%
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.19
SystemRedGreenBlueCMYKHSL
Decimal531492060.740.2800.19202.3560.9650.78
Hex3595CE4A1C013ca3d33
Octal65225316112340233127563
Binary110101100101011100111010010101110001001111001010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3595CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3595CE; }

 p { color: rgb(53,149,206); }

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

<style>
 a { background-color: #3595CE; }

 a { background-color: rgb(53,149,206); }

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

<style>
 span { border-color: #3595CE; }

 span { border-color: rgb(53,149,206); }

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