Html Css Color HEX #349DDB Summer Sky

📋 copy color: '#349DDB'

red 52 ◦ green 157 ◦ blue 219

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

Shades of Summer Sky #349DDB

Tints of Summer Sky #349DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.68%

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

R = 12.15%
G = 36.68%
B = 51.17%

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

#349DDB (or 0x349DDB) is known color: Summer Sky. HEX triplet: 34, 9D and DB. RGB value is (52,157,219). Sum of RGB (Red+Green+Blue) = 52+157+219=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #349DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349DDB is #CB6224. Grayscale: #848484. Windows color (decimal): -13328933 or 14392628. OLE color: 14392628.

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

Color convert

RGB 52 157 219 -
CMYK 0.76 0.28 0 0.14
HSL 202.28º 0.7% 0.53% -
HSV(B) 202.28º 0.76% 0.86% -
XYZ 26.26 29.96 71.42 -
YUV 132.67 176.71 70.46 -
System Red Green Blue C M Y K H S L
Decimal 52 157 219 0.76 0.28 0 0.14 202.28 0.7 0.53
Hex 34 9D DB 4C 1C 0 E CA 46 35
Octal 64 235 333 114 34 0 16 312 106 65
Binary 110100 10011101 11011011 1001100 11100 0 1110 11001010 1000110 110101

Color Harmonies of #349DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349DDB

Black with #349DDB

Text Example


Text Example

White with #349DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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