#3588D6

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

Shades of Curious Blue #3588D6

Tints of Curious Blue #3588D6

Color information

#3588D6 (or 0x3588D6) is unknown color: approx Curious Blue. HEX triplet: 35, 88 and D6. RGB value is (53,136,214). Sum of RGB (Red+Green+Blue) = 53+136+214=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #3588D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3588D6 is #CA7729. Grayscale: #777777. Windows color (decimal): -13268778 or 14059573. OLE color: 14059573.

HSL color Cylindrical-coordinate representation of color #3588D6: hue angle of 209.07º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3588D6 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB53136214-
CMYK0.750.3600.16
HSL209.07º66.26%52.35%-
HSV(B)209.07º75.23%83.92%-
XYZ22.4123.2266.92-
YUV120.0718180.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.15%
GREEN value IS 136 (53.52% from 255) = 33.75%
BLUE value IS 214 (83.98% from 255) = 53.10%
R=13.15%
G=33.75%
B=53.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal531362140.750.3600.16209.0766.2652.35
Hex3588D64B24010d14234
Octal652103261134402032110264
Binary11010110001000110101101001011100100010000110100011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3588D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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