Html Css Color HEX #3191DB Summer Sky

📋 copy color: '#3191DB'

red 49 ◦ green 145 ◦ blue 219

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

Shades of Summer Sky #3191DB

Tints of Summer Sky #3191DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.11%

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

R = 11.86%
G = 35.11%
B = 53.03%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3191DB (or 0x3191DB) is known color: Summer Sky. HEX triplet: 31, 91 and DB. RGB value is (49,145,219). Sum of RGB (Red+Green+Blue) = 49+145+219=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #3191DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3191DB is #CE6E24. Grayscale: #7C7C7C. Windows color (decimal): -13528613 or 14389553. OLE color: 14389553.

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

Color convert

RGB 49 145 219 -
CMYK 0.78 0.34 0 0.14
HSL 206.12º 0.7% 0.53% -
HSV(B) 206.12º 0.78% 0.86% -
XYZ 24.18 26.02 70.77 -
YUV 124.73 181.2 73.98 -
System Red Green Blue C M Y K H S L
Decimal 49 145 219 0.78 0.34 0 0.14 206.12 0.7 0.53
Hex 31 91 DB 4E 22 0 E CE 46 35
Octal 61 221 333 116 42 0 16 316 106 65
Binary 110001 10010001 11011011 1001110 100010 0 1110 11001110 1000110 110101

Color Harmonies of #3191DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3191DB

Black with #3191DB

Text Example


Text Example

White with #3191DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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