Html Css Color HEX #3896DC Summer Sky

📋 copy color: '#3896DC'

red 56 ◦ green 150 ◦ blue 220

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

Shades of Summer Sky #3896DC

Tints of Summer Sky #3896DC

RGB

 RED value IS 56 (22.27% from 255) = 13.15%

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

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

R = 13.15%
G = 35.21%
B = 51.64%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3896DC (or 0x3896DC) is known color: Summer Sky. HEX triplet: 38, 96 and DC. RGB value is (56,150,220). Sum of RGB (Red+Green+Blue) = 56+150+220=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #3896DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3896DC is #C76923. Grayscale: #818181. Windows color (decimal): -13068580 or 14456376. OLE color: 14456376.

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

Color convert

RGB 56 150 220 -
CMYK 0.75 0.32 0 0.14
HSL 205.61º 0.7% 0.54% -
HSV(B) 205.61º 0.75% 0.86% -
XYZ 25.46 27.82 71.74 -
YUV 129.87 178.86 75.31 -
System Red Green Blue C M Y K H S L
Decimal 56 150 220 0.75 0.32 0 0.14 205.61 0.7 0.54
Hex 38 96 DC 4B 20 0 E CE 46 36
Octal 70 226 334 113 40 0 16 316 106 66
Binary 111000 10010110 11011100 1001011 100000 0 1110 11001110 1000110 110110

Color Harmonies of #3896DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3896DC

Black with #3896DC

Text Example


Text Example

White with #3896DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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