Html Css Color HEX #349FDD Summer Sky

📋 copy color: '#349FDD'

red 52 ◦ green 159 ◦ blue 221

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

Shades of Summer Sky #349FDD

Tints of Summer Sky #349FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.81%

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

R = 12.04%
G = 36.81%
B = 51.16%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#349FDD (or 0x349FDD) is known color: Summer Sky. HEX triplet: 34, 9F and DD. RGB value is (52,159,221). Sum of RGB (Red+Green+Blue) = 52+159+221=432 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.04% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #349FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FDD is #CB6022. Grayscale: #858585. Windows color (decimal): -13328419 or 14524212. OLE color: 14524212.

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

Color convert

RGB 52 159 221 -
CMYK 0.76 0.28 0 0.13
HSL 202.01º 0.71% 0.54% -
HSV(B) 202.01º 0.76% 0.87% -
XYZ 26.87 30.75 72.93 -
YUV 134.08 177.05 69.46 -
System Red Green Blue C M Y K H S L
Decimal 52 159 221 0.76 0.28 0 0.13 202.01 0.71 0.54
Hex 34 9F DD 4C 1C 0 D CA 47 36
Octal 64 237 335 114 34 0 15 312 107 66
Binary 110100 10011111 11011101 1001100 11100 0 1101 11001010 1000111 110110

Color Harmonies of #349FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349FDD

Black with #349FDD

Text Example


Text Example

White with #349FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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