Html Css Color HEX #3996DC Summer Sky

📋 copy color: '#3996DC'

red 57 ◦ green 150 ◦ blue 220

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

Shades of Summer Sky #3996DC

Tints of Summer Sky #3996DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 13.35%
G = 35.13%
B = 51.52%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3996DC (or 0x3996DC) is known color: Summer Sky. HEX triplet: 39, 96 and DC. RGB value is (57,150,220). Sum of RGB (Red+Green+Blue) = 57+150+220=427 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.35% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #3996DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3996DC is #C66923. Grayscale: #818181. Windows color (decimal): -13003044 or 14456377. OLE color: 14456377.

HSL color Cylindrical-coordinate representation of color #3996DC: hue angle of 205.77º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3996DC is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 150 220 -
CMYK 0.74 0.32 0 0.14
HSL 205.77º 0.7% 0.54% -
HSV(B) 205.77º 0.74% 0.86% -
XYZ 25.51 27.85 71.74 -
YUV 130.17 178.69 75.81 -
System Red Green Blue C M Y K H S L
Decimal 57 150 220 0.74 0.32 0 0.14 205.77 0.7 0.54
Hex 39 96 DC 4A 20 0 E CE 46 36
Octal 71 226 334 112 40 0 16 316 106 66
Binary 111001 10010110 11011100 1001010 100000 0 1110 11001110 1000110 110110

Color Harmonies of #3996DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3996DC

Black with #3996DC

Text Example


Text Example

White with #3996DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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