#3496CE

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

Shades of Curious Blue #3496CE

Tints of Curious Blue #3496CE

Color information

#3496CE (or 0x3496CE) is unknown color: approx Curious Blue. HEX triplet: 34, 96 and CE. RGB value is (52,150,206). Sum of RGB (Red+Green+Blue) = 52+150+206=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 150 (58.98% from 255 or 36.76% 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 #3496CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3496CE is #CB6931. Grayscale: #7E7E7E. Windows color (decimal): -13330738 or 13538868. OLE color: 13538868.

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

Color convert

RGB52150206-
CMYK0.750.2700.19
HSL201.82º61.11%50.59%-
HSV(B)201.82º74.76%80.78%-
XYZ23.462762.37-
YUV127.08172.5374.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.75%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 206 (80.86% from 255) = 50.49%
R=12.75%
G=36.76%
B=50.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal521502060.750.2700.19201.8261.1150.59
Hex3496CE4B1B013ca3d33
Octal64226316113330233127563
Binary110100100101101100111010010111101101001111001010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3496CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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