#3488CE

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

Shades of Curious Blue #3488CE

Tints of Curious Blue #3488CE

Color information

#3488CE (or 0x3488CE) is unknown color: approx Curious Blue. HEX triplet: 34, 88 and CE. RGB value is (52,136,206). Sum of RGB (Red+Green+Blue) = 52+136+206=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #3488CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3488CE is #CB7731. Grayscale: #767676. Windows color (decimal): -13334322 or 13535284. OLE color: 13535284.

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

Color convert

RGB52136206-
CMYK0.750.3400.19
HSL207.27º61.11%50.59%-
HSV(B)207.27º74.76%80.78%-
XYZ21.3622.7961.67-
YUV118.86177.1780.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.20%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 206 (80.86% from 255) = 52.28%
R=13.20%
G=34.52%
B=52.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal521362060.750.3400.19207.2761.1150.59
Hex3488CE4B22013cf3d33
Octal64210316113420233177563
Binary1101001000100011001110100101110001001001111001111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3488CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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