Html Css Color HEX #3199DB Summer Sky

📋 copy color: '#3199DB'

red 49 ◦ green 153 ◦ blue 219

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

Shades of Summer Sky #3199DB

Tints of Summer Sky #3199DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.34%

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

R = 11.64%
G = 36.34%
B = 52.02%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3199DB (or 0x3199DB) is known color: Summer Sky. HEX triplet: 31, 99 and DB. RGB value is (49,153,219). Sum of RGB (Red+Green+Blue) = 49+153+219=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #3199DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3199DB is #CE6624. Grayscale: #818181. Windows color (decimal): -13526565 or 14391601. OLE color: 14391601.

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

Color convert

RGB 49 153 219 -
CMYK 0.78 0.30 0 0.14
HSL 203.29º 0.7% 0.53% -
HSV(B) 203.29º 0.78% 0.86% -
XYZ 25.44 28.55 71.19 -
YUV 129.43 178.54 70.63 -
System Red Green Blue C M Y K H S L
Decimal 49 153 219 0.78 0.30 0 0.14 203.29 0.7 0.53
Hex 31 99 DB 4E 1E 0 E CB 46 35
Octal 61 231 333 116 36 0 16 313 106 65
Binary 110001 10011001 11011011 1001110 11110 0 1110 11001011 1000110 110101

Color Harmonies of #3199DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3199DB

Black with #3199DB

Text Example


Text Example

White with #3199DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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