Html Css Color HEX #3696CB Curious Blue

📋 copy color: '#3696CB'

red 54 ◦ green 150 ◦ blue 203

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

Shades of Curious Blue #3696CB

Tints of Curious Blue #3696CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 13.27%
G = 36.86%
B = 49.88%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3696CB (or 0x3696CB) is known color: Curious Blue. HEX triplet: 36, 96 and CB. RGB value is (54,150,203). Sum of RGB (Red+Green+Blue) = 54+150+203=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #3696CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3696CB is #C96934. Grayscale: #7F7F7F. Windows color (decimal): -13199669 or 13342262. OLE color: 13342262.

HSL color Cylindrical-coordinate representation of color #3696CB: hue angle of 201.34º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3696CB is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 150 203 -
CMYK 0.73 0.26 0 0.20
HSL 201.34º 0.59% 0.5% -
HSV(B) 201.34º 0.73% 0.8% -
XYZ 23.21 26.91 60.47 -
YUV 127.34 170.7 75.69 -
System Red Green Blue C M Y K H S L
Decimal 54 150 203 0.73 0.26 0 0.20 201.34 0.59 0.5
Hex 36 96 CB 49 1A 0 14 C9 3B 32
Octal 66 226 313 111 32 0 24 311 73 62
Binary 110110 10010110 11001011 1001001 11010 0 10100 11001001 111011 110010

Color Harmonies of #3696CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3696CB

Black with #3696CB

Text Example


Text Example

White with #3696CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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