Html Css Color HEX #3696CE Curious Blue

📋 copy color: '#3696CE'

red 54 ◦ green 150 ◦ blue 206

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

Shades of Curious Blue #3696CE

Tints of Curious Blue #3696CE

RGB

 RED value IS 54 (21.48% from 255) = 13.17%

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 13.17%
G = 36.59%
B = 50.24%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3696CE (or 0x3696CE) is known color: Curious Blue. HEX triplet: 36, 96 and CE. RGB value is (54,150,206). Sum of RGB (Red+Green+Blue) = 54+150+206=410 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.17% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #3696CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3696CE is #C96931. Grayscale: #7F7F7F. Windows color (decimal): -13199666 or 13538870. OLE color: 13538870.

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

Color convert

RGB 54 150 206 -
CMYK 0.74 0.27 0 0.19
HSL 202.11º 0.61% 0.51% -
HSV(B) 202.11º 0.74% 0.81% -
XYZ 23.57 27.05 62.37 -
YUV 127.68 172.2 75.45 -
System Red Green Blue C M Y K H S L
Decimal 54 150 206 0.74 0.27 0 0.19 202.11 0.61 0.51
Hex 36 96 CE 4A 1B 0 13 CA 3D 33
Octal 66 226 316 112 33 0 23 312 75 63
Binary 110110 10010110 11001110 1001010 11011 0 10011 11001010 111101 110011

Color Harmonies of #3696CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3696CE

Black with #3696CE

Text Example


Text Example

White with #3696CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3696CE;
 }
 .AnyTagClassName
 {
   color: #3696CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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