Html Css Color HEX #349ECE Summer Sky

📋 copy color: '#349ECE'

red 52 ◦ green 158 ◦ blue 206

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

Shades of Summer Sky #349ECE

Tints of Summer Sky #349ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 12.5%
G = 37.98%
B = 49.52%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#349ECE (or 0x349ECE) is known color: Summer Sky. HEX triplet: 34, 9E and CE. RGB value is (52,158,206). Sum of RGB (Red+Green+Blue) = 52+158+206=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #349ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349ECE is #CB6131. Grayscale: #838383. Windows color (decimal): -13328690 or 13540916. OLE color: 13540916.

HSL color Cylindrical-coordinate representation of color #349ECE: hue angle of 198.7º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349ECE is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 158 206 -
CMYK 0.75 0.23 0 0.19
HSL 198.7º 0.61% 0.51% -
HSV(B) 198.7º 0.75% 0.81% -
XYZ 24.78 29.64 62.81 -
YUV 131.78 169.88 71.1 -
System Red Green Blue C M Y K H S L
Decimal 52 158 206 0.75 0.23 0 0.19 198.7 0.61 0.51
Hex 34 9E CE 4B 17 0 13 C7 3D 33
Octal 64 236 316 113 27 0 23 307 75 63
Binary 110100 10011110 11001110 1001011 10111 0 10011 11000111 111101 110011

Color Harmonies of #349ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349ECE

Black with #349ECE

Text Example


Text Example

White with #349ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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