Html Css Color HEX #349EED Summer Sky

📋 copy color: '#349EED'

red 52 ◦ green 158 ◦ blue 237

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

Shades of Summer Sky #349EED

Tints of Summer Sky #349EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.02%

R = 11.63%
G = 35.35%
B = 53.02%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#349EED (or 0x349EED) is known color: Summer Sky. HEX triplet: 34, 9E and ED. RGB value is (52,158,237). Sum of RGB (Red+Green+Blue) = 52+158+237=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #349EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349EED is #CB6112. Grayscale: #868686. Windows color (decimal): -13328659 or 15572532. OLE color: 15572532.

HSL color Cylindrical-coordinate representation of color #349EED: hue angle of 205.62º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #349EED is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 158 237 -
CMYK 0.78 0.33 0 0.07
HSL 205.62º 0.84% 0.57% -
HSV(B) 205.62º 0.78% 0.93% -
XYZ 28.93 31.3 84.64 -
YUV 135.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 52 158 237 0.78 0.33 0 0.07 205.62 0.84 0.57
Hex 34 9E ED 4E 21 0 7 CE 54 39
Octal 64 236 355 116 41 0 7 316 124 71
Binary 110100 10011110 11101101 1001110 100001 0 111 11001110 1010100 111001

Color Harmonies of #349EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349EED

Black with #349EED

Text Example


Text Example

White with #349EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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