Html Css Color HEX #3996CB Curious Blue

📋 copy color: '#3996CB'

red 57 ◦ green 150 ◦ blue 203

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

Shades of Curious Blue #3996CB

Tints of Curious Blue #3996CB

RGB

 RED value IS 57 (22.66% from 255) = 13.9%

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

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

R = 13.9%
G = 36.59%
B = 49.51%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3996CB (or 0x3996CB) is known color: Curious Blue. HEX triplet: 39, 96 and CB. RGB value is (57,150,203). Sum of RGB (Red+Green+Blue) = 57+150+203=410 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.90% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #3996CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3996CB is #C66934. Grayscale: #7F7F7F. Windows color (decimal): -13003061 or 13342265. OLE color: 13342265.

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

Color convert

RGB 57 150 203 -
CMYK 0.72 0.26 0 0.20
HSL 201.78º 0.58% 0.51% -
HSV(B) 201.78º 0.72% 0.8% -
XYZ 23.37 26.99 60.48 -
YUV 128.24 170.19 77.19 -
System Red Green Blue C M Y K H S L
Decimal 57 150 203 0.72 0.26 0 0.20 201.78 0.58 0.51
Hex 39 96 CB 48 1A 0 14 CA 3A 33
Octal 71 226 313 110 32 0 24 312 72 63
Binary 111001 10010110 11001011 1001000 11010 0 10100 11001010 111010 110011

Color Harmonies of #3996CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3996CB

Black with #3996CB

Text Example


Text Example

White with #3996CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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