Html Css Color HEX #3190DB Summer Sky

📋 copy color: '#3190DB'

red 49 ◦ green 144 ◦ blue 219

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

Shades of Summer Sky #3190DB

Tints of Summer Sky #3190DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.95%

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

R = 11.89%
G = 34.95%
B = 53.16%

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

#3190DB (or 0x3190DB) is known color: Summer Sky. HEX triplet: 31, 90 and DB. RGB value is (49,144,219). Sum of RGB (Red+Green+Blue) = 49+144+219=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #3190DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3190DB is #CE6F24. Grayscale: #7B7B7B. Windows color (decimal): -13528869 or 14389297. OLE color: 14389297.

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

Color convert

RGB 49 144 219 -
CMYK 0.78 0.34 0 0.14
HSL 206.47º 0.7% 0.53% -
HSV(B) 206.47º 0.78% 0.86% -
XYZ 24.03 25.71 70.71 -
YUV 124.15 181.53 74.4 -
System Red Green Blue C M Y K H S L
Decimal 49 144 219 0.78 0.34 0 0.14 206.47 0.7 0.53
Hex 31 90 DB 4E 22 0 E CE 46 35
Octal 61 220 333 116 42 0 16 316 106 65
Binary 110001 10010000 11011011 1001110 100010 0 1110 11001110 1000110 110101

Color Harmonies of #3190DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3190DB

Black with #3190DB

Text Example


Text Example

White with #3190DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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