Html Css Color HEX #3197DB Summer Sky

📋 copy color: '#3197DB'

red 49 ◦ green 151 ◦ blue 219

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

Shades of Summer Sky #3197DB

Tints of Summer Sky #3197DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.04%

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

R = 11.69%
G = 36.04%
B = 52.27%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3197DB (or 0x3197DB) is known color: Summer Sky. HEX triplet: 31, 97 and DB. RGB value is (49,151,219). Sum of RGB (Red+Green+Blue) = 49+151+219=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #3197DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3197DB is #CE6824. Grayscale: #7F7F7F. Windows color (decimal): -13527077 or 14391089. OLE color: 14391089.

HSL color Cylindrical-coordinate representation of color #3197DB: hue angle of 204º 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 #3197DB is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 151 219 -
CMYK 0.78 0.31 0 0.14
HSL 204º 0.7% 0.53% -
HSV(B) 204º 0.78% 0.86% -
XYZ 25.12 27.9 71.08 -
YUV 128.25 179.21 71.47 -
System Red Green Blue C M Y K H S L
Decimal 49 151 219 0.78 0.31 0 0.14 204 0.7 0.53
Hex 31 97 DB 4E 1F 0 E CC 46 35
Octal 61 227 333 116 37 0 16 314 106 65
Binary 110001 10010111 11011011 1001110 11111 0 1110 11001100 1000110 110101

Color Harmonies of #3197DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3197DB

Black with #3197DB

Text Example


Text Example

White with #3197DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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