Html Css Color HEX #349BDB Summer Sky

📋 copy color: '#349BDB'

red 52 ◦ green 155 ◦ blue 219

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

Shades of Summer Sky #349BDB

Tints of Summer Sky #349BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.38%

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

R = 12.21%
G = 36.38%
B = 51.41%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#349BDB (or 0x349BDB) is known color: Summer Sky. HEX triplet: 34, 9B and DB. RGB value is (52,155,219). Sum of RGB (Red+Green+Blue) = 52+155+219=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #349BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BDB is #CB6424. Grayscale: #838383. Windows color (decimal): -13329445 or 14392116. OLE color: 14392116.

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

Color convert

RGB 52 155 219 -
CMYK 0.76 0.29 0 0.14
HSL 202.99º 0.7% 0.53% -
HSV(B) 202.99º 0.76% 0.86% -
XYZ 25.92 29.29 71.3 -
YUV 131.5 177.38 71.3 -
System Red Green Blue C M Y K H S L
Decimal 52 155 219 0.76 0.29 0 0.14 202.99 0.7 0.53
Hex 34 9B DB 4C 1D 0 E CB 46 35
Octal 64 233 333 114 35 0 16 313 106 65
Binary 110100 10011011 11011011 1001100 11101 0 1110 11001011 1000110 110101

Color Harmonies of #349BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349BDB

Black with #349BDB

Text Example


Text Example

White with #349BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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