#349EE0

Color #349EE0 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #349EE0

Tints of Summer Sky #349EE0

Color information

#349EE0 (or 0x349EE0) is unknown color: approx Summer Sky. HEX triplet: 34, 9E and E0. RGB value is (52,158,224). Sum of RGB (Red+Green+Blue) = 52+158+224=434 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.98% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #349EE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349EE0 is #CB611F. Grayscale: #858585. Windows color (decimal): -13328672 or 14720564. OLE color: 14720564.

HSL color Cylindrical-coordinate representation of color #349EE0: hue angle of 203.02º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #349EE0 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB52158224-
CMYK0.770.2900.12
HSL203.02º73.5%54.12%-
HSV(B)203.02º76.79%87.84%-
XYZ27.130.5774.99-
YUV133.83178.8869.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.98%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 224 (87.89% from 255) = 51.61%
R=11.98%
G=36.41%
B=51.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal521582240.770.2900.12203.0273.554.12
Hex349EE04D1D0Ccb4a36
Octal642363401153501431311266
Binary110100100111101110000010011011110101100110010111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #349EE0;
 }
 .AnyTagClassName
 {
   color: #349EE0;
 }
</style>
background-color css

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

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

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

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

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

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