Html Css Color HEX #349EE8 Summer Sky

📋 copy color: '#349EE8'

red 52 ◦ green 158 ◦ blue 232

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

Shades of Summer Sky #349EE8

Tints of Summer Sky #349EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.49%

R = 11.76%
G = 35.75%
B = 52.49%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#349EE8 (or 0x349EE8) is known color: Summer Sky. HEX triplet: 34, 9E and E8. RGB value is (52,158,232). Sum of RGB (Red+Green+Blue) = 52+158+232=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #349EE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349EE8 is #CB6117. Grayscale: #868686. Windows color (decimal): -13328664 or 15244852. OLE color: 15244852.

HSL color Cylindrical-coordinate representation of color #349EE8: hue angle of 204.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #349EE8 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 158 232 -
CMYK 0.78 0.32 0 0.09
HSL 204.67º 0.8% 0.56% -
HSV(B) 204.67º 0.78% 0.91% -
XYZ 28.21 31.01 80.84 -
YUV 134.74 182.88 68.98 -
System Red Green Blue C M Y K H S L
Decimal 52 158 232 0.78 0.32 0 0.09 204.67 0.8 0.56
Hex 34 9E E8 4E 20 0 9 CD 50 38
Octal 64 236 350 116 40 0 11 315 120 70
Binary 110100 10011110 11101000 1001110 100000 0 1001 11001101 1010000 111000

Color Harmonies of #349EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349EE8

Black with #349EE8

Text Example


Text Example

White with #349EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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