#3588CE

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

Shades of Curious Blue #3588CE

Tints of Curious Blue #3588CE

Color information

#3588CE (or 0x3588CE) is unknown color: approx Curious Blue. HEX triplet: 35, 88 and CE. RGB value is (53,136,206). Sum of RGB (Red+Green+Blue) = 53+136+206=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #3588CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3588CE is #CA7731. Grayscale: #767676. Windows color (decimal): -13268786 or 13535285. OLE color: 13535285.

HSL color Cylindrical-coordinate representation of color #3588CE: hue angle of 207.45º 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 #3588CE is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB53136206-
CMYK0.740.3400.19
HSL207.45º60.96%50.78%-
HSV(B)207.45º74.27%80.78%-
XYZ21.4122.8261.67-
YUV119.1617780.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.42%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 206 (80.86% from 255) = 52.15%
R=13.42%
G=34.43%
B=52.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal531362060.740.3400.19207.4560.9650.78
Hex3588CE4A22013cf3d33
Octal65210316112420233177563
Binary1101011000100011001110100101010001001001111001111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3588CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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