Html Css Color HEX #3499DB Summer Sky

📋 copy color: '#3499DB'

red 52 ◦ green 153 ◦ blue 219

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

Shades of Summer Sky #3499DB

Tints of Summer Sky #3499DB

RGB

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

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

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

R = 12.26%
G = 36.08%
B = 51.65%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3499DB (or 0x3499DB) is known color: Summer Sky. HEX triplet: 34, 99 and DB. RGB value is (52,153,219). Sum of RGB (Red+Green+Blue) = 52+153+219=424 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.26% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #3499DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3499DB is #CB6624. Grayscale: #818181. Windows color (decimal): -13329957 or 14391604. OLE color: 14391604.

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

Color convert

RGB 52 153 219 -
CMYK 0.76 0.30 0 0.14
HSL 203.71º 0.7% 0.53% -
HSV(B) 203.71º 0.76% 0.86% -
XYZ 25.59 28.63 71.19 -
YUV 130.33 178.04 72.13 -
System Red Green Blue C M Y K H S L
Decimal 52 153 219 0.76 0.30 0 0.14 203.71 0.7 0.53
Hex 34 99 DB 4C 1E 0 E CC 46 35
Octal 64 231 333 114 36 0 16 314 106 65
Binary 110100 10011001 11011011 1001100 11110 0 1110 11001100 1000110 110101

Color Harmonies of #3499DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3499DB

Black with #3499DB

Text Example


Text Example

White with #3499DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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