Html Css Color HEX #349EDB Summer Sky

📋 copy color: '#349EDB'

red 52 ◦ green 158 ◦ blue 219

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

Shades of Summer Sky #349EDB

Tints of Summer Sky #349EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.83%

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

R = 12.12%
G = 36.83%
B = 51.05%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#349EDB (or 0x349EDB) is known color: Summer Sky. HEX triplet: 34, 9E and DB. RGB value is (52,158,219). Sum of RGB (Red+Green+Blue) = 52+158+219=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #349EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349EDB is #CB6124. Grayscale: #848484. Windows color (decimal): -13328677 or 14392884. OLE color: 14392884.

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

Color convert

RGB 52 158 219 -
CMYK 0.76 0.28 0 0.14
HSL 201.92º 0.7% 0.53% -
HSV(B) 201.92º 0.76% 0.86% -
XYZ 26.43 30.3 71.47 -
YUV 133.26 176.38 70.04 -
System Red Green Blue C M Y K H S L
Decimal 52 158 219 0.76 0.28 0 0.14 201.92 0.7 0.53
Hex 34 9E DB 4C 1C 0 E CA 46 35
Octal 64 236 333 114 34 0 16 312 106 65
Binary 110100 10011110 11011011 1001100 11100 0 1110 11001010 1000110 110101

Color Harmonies of #349EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349EDB

Black with #349EDB

Text Example


Text Example

White with #349EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349EDB; }

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

 H1.HeaderClassName
 {
   color: #349EDB;
 }
 .AnyTagClassName
 {
   color: #349EDB;
 }
</style>

background-color css

<style>
 a { background-color: #349EDB; }

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

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

border-color css

<style>
 span { border-color: #349EDB; }

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

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