Html Css Color HEX #3491DB Summer Sky

📋 copy color: '#3491DB'

red 52 ◦ green 145 ◦ blue 219

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

Shades of Summer Sky #3491DB

Tints of Summer Sky #3491DB

RGB

 RED value IS 52 (20.7% from 255) = 12.5%

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

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

R = 12.5%
G = 34.86%
B = 52.64%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3491DB (or 0x3491DB) is known color: Summer Sky. HEX triplet: 34, 91 and DB. RGB value is (52,145,219). Sum of RGB (Red+Green+Blue) = 52+145+219=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #3491DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3491DB is #CB6E24. Grayscale: #7D7D7D. Windows color (decimal): -13332005 or 14389556. OLE color: 14389556.

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

Color convert

RGB 52 145 219 -
CMYK 0.76 0.34 0 0.14
HSL 206.59º 0.7% 0.53% -
HSV(B) 206.59º 0.76% 0.86% -
XYZ 24.33 26.1 70.77 -
YUV 125.63 180.69 75.48 -
System Red Green Blue C M Y K H S L
Decimal 52 145 219 0.76 0.34 0 0.14 206.59 0.7 0.53
Hex 34 91 DB 4C 22 0 E CF 46 35
Octal 64 221 333 114 42 0 16 317 106 65
Binary 110100 10010001 11011011 1001100 100010 0 1110 11001111 1000110 110101

Color Harmonies of #3491DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3491DB

Black with #3491DB

Text Example


Text Example

White with #3491DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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