Html Css Color HEX #3496CE Curious Blue

📋 copy color: '#3496CE'

red 52 ◦ green 150 ◦ blue 206

#3496CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3496CE

Tints of Curious Blue #3496CE

RGB

 RED value IS 52 (20.7% 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 value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3496CE (or 0x3496CE) is known color: 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

RGB 52 150 206 -
CMYK 0.75 0.27 0 0.19
HSL 201.82º 0.61% 0.51% -
HSV(B) 201.82º 0.75% 0.81% -
XYZ 23.46 27 62.37 -
YUV 127.08 172.53 74.45 -
System Red Green Blue C M Y K H S L
Decimal 52 150 206 0.75 0.27 0 0.19 201.82 0.61 0.51
Hex 34 96 CE 4B 1B 0 13 CA 3D 33
Octal 64 226 316 113 33 0 23 312 75 63
Binary 110100 10010110 11001110 1001011 11011 0 10011 11001010 111101 110011

Color Harmonies of #3496CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3496CE

Black with #3496CE

Text Example


Text Example

White with #3496CE

Text Example


Text Example

HTML Codes & Css Web 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>