Html Css Color HEX #349EDD Summer Sky

📋 copy color: '#349EDD'

red 52 ◦ green 158 ◦ blue 221

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

Shades of Summer Sky #349EDD

Tints of Summer Sky #349EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.66%

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

R = 12.06%
G = 36.66%
B = 51.28%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#349EDD (or 0x349EDD) is known color: Summer Sky. HEX triplet: 34, 9E and DD. RGB value is (52,158,221). Sum of RGB (Red+Green+Blue) = 52+158+221=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #349EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349EDD is #CB6122. Grayscale: #858585. Windows color (decimal): -13328675 or 14523956. OLE color: 14523956.

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

Color convert

RGB 52 158 221 -
CMYK 0.76 0.29 0 0.13
HSL 202.37º 0.71% 0.54% -
HSV(B) 202.37º 0.76% 0.87% -
XYZ 26.69 30.4 72.87 -
YUV 133.49 177.38 69.88 -
System Red Green Blue C M Y K H S L
Decimal 52 158 221 0.76 0.29 0 0.13 202.37 0.71 0.54
Hex 34 9E DD 4C 1D 0 D CA 47 36
Octal 64 236 335 114 35 0 15 312 107 66
Binary 110100 10011110 11011101 1001100 11101 0 1101 11001010 1000111 110110

Color Harmonies of #349EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349EDD

Black with #349EDD

Text Example


Text Example

White with #349EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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