Html Css Color HEX #349ECD Summer Sky

📋 copy color: '#349ECD'

red 52 ◦ green 158 ◦ blue 205

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

Shades of Summer Sky #349ECD

Tints of Summer Sky #349ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 12.53%
G = 38.07%
B = 49.4%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#349ECD (or 0x349ECD) is known color: Summer Sky. HEX triplet: 34, 9E and CD. RGB value is (52,158,205). Sum of RGB (Red+Green+Blue) = 52+158+205=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #349ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349ECD is #CB6132. Grayscale: #838383. Windows color (decimal): -13328691 or 13475380. OLE color: 13475380.

HSL color Cylindrical-coordinate representation of color #349ECD: hue angle of 198.43º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349ECD is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 158 205 -
CMYK 0.75 0.23 0 0.20
HSL 198.43º 0.6% 0.5% -
HSV(B) 198.43º 0.75% 0.8% -
XYZ 24.66 29.59 62.17 -
YUV 131.66 169.38 71.18 -
System Red Green Blue C M Y K H S L
Decimal 52 158 205 0.75 0.23 0 0.20 198.43 0.6 0.5
Hex 34 9E CD 4B 17 0 14 C6 3C 32
Octal 64 236 315 113 27 0 24 306 74 62
Binary 110100 10011110 11001101 1001011 10111 0 10100 11000110 111100 110010

Color Harmonies of #349ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349ECD

Black with #349ECD

Text Example


Text Example

White with #349ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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