Html Css Color HEX #349BDD Summer Sky

📋 copy color: '#349BDD'

red 52 ◦ green 155 ◦ blue 221

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

Shades of Summer Sky #349BDD

Tints of Summer Sky #349BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 12.15%
G = 36.21%
B = 51.64%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#349BDD (or 0x349BDD) is known color: Summer Sky. HEX triplet: 34, 9B and DD. RGB value is (52,155,221). Sum of RGB (Red+Green+Blue) = 52+155+221=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #349BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BDD is #CB6422. Grayscale: #838383. Windows color (decimal): -13329443 or 14523188. OLE color: 14523188.

HSL color Cylindrical-coordinate representation of color #349BDD: hue angle of 203.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349BDD is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 155 221 -
CMYK 0.76 0.30 0 0.13
HSL 203.43º 0.71% 0.54% -
HSV(B) 203.43º 0.76% 0.87% -
XYZ 26.19 29.39 72.7 -
YUV 131.73 178.38 71.13 -
System Red Green Blue C M Y K H S L
Decimal 52 155 221 0.76 0.30 0 0.13 203.43 0.71 0.54
Hex 34 9B DD 4C 1E 0 D CB 47 36
Octal 64 233 335 114 36 0 15 313 107 66
Binary 110100 10011011 11011101 1001100 11110 0 1101 11001011 1000111 110110

Color Harmonies of #349BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349BDD

Black with #349BDD

Text Example


Text Example

White with #349BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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