Html Css Color HEX #349BDC Summer Sky

📋 copy color: '#349BDC'

red 52 ◦ green 155 ◦ blue 220

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

Shades of Summer Sky #349BDC

Tints of Summer Sky #349BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 12.18%
G = 36.3%
B = 51.52%

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

#349BDC (or 0x349BDC) is known color: Summer Sky. HEX triplet: 34, 9B and DC. RGB value is (52,155,220). Sum of RGB (Red+Green+Blue) = 52+155+220=427 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.18% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #349BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BDC is #CB6423. Grayscale: #838383. Windows color (decimal): -13329444 or 14457652. OLE color: 14457652.

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

Color convert

RGB 52 155 220 -
CMYK 0.76 0.30 0 0.14
HSL 203.21º 0.71% 0.53% -
HSV(B) 203.21º 0.76% 0.86% -
XYZ 26.06 29.34 72 -
YUV 131.61 177.88 71.21 -
System Red Green Blue C M Y K H S L
Decimal 52 155 220 0.76 0.30 0 0.14 203.21 0.71 0.53
Hex 34 9B DC 4C 1E 0 E CB 47 35
Octal 64 233 334 114 36 0 16 313 107 65
Binary 110100 10011011 11011100 1001100 11110 0 1110 11001011 1000111 110101

Color Harmonies of #349BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349BDC

Black with #349BDC

Text Example


Text Example

White with #349BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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