Html Css Color HEX #3196DB Summer Sky

📋 copy color: '#3196DB'

red 49 ◦ green 150 ◦ blue 219

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

Shades of Summer Sky #3196DB

Tints of Summer Sky #3196DB

RGB

 RED value IS 49 (19.53% from 255) = 11.72%

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

 BLUE value IS 219 (85.94% from 255) = 52.39%

R = 11.72%
G = 35.89%
B = 52.39%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3196DB (or 0x3196DB) is known color: Summer Sky. HEX triplet: 31, 96 and DB. RGB value is (49,150,219). Sum of RGB (Red+Green+Blue) = 49+150+219=418 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.72% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #3196DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3196DB is #CE6924. Grayscale: #7F7F7F. Windows color (decimal): -13527333 or 14390833. OLE color: 14390833.

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

Color convert

RGB 49 150 219 -
CMYK 0.78 0.32 0 0.14
HSL 204.35º 0.7% 0.53% -
HSV(B) 204.35º 0.78% 0.86% -
XYZ 24.96 27.58 71.03 -
YUV 127.67 179.54 71.89 -
System Red Green Blue C M Y K H S L
Decimal 49 150 219 0.78 0.32 0 0.14 204.35 0.7 0.53
Hex 31 96 DB 4E 20 0 E CC 46 35
Octal 61 226 333 116 40 0 16 314 106 65
Binary 110001 10010110 11011011 1001110 100000 0 1110 11001100 1000110 110101

Color Harmonies of #3196DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3196DB

Black with #3196DB

Text Example


Text Example

White with #3196DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3196DB; }

 p { color: rgb(49,150,219); }

 H1.HeaderClassName
 {
   color: #3196DB;
 }
 .AnyTagClassName
 {
   color: #3196DB;
 }
</style>

background-color css

<style>
 a { background-color: #3196DB; }

 a { background-color: rgb(49,150,219); }

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

border-color css

<style>
 span { border-color: #3196DB; }

 span { border-color: rgb(49,150,219); }

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