#349EEE

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

Shades of Summer Sky #349EEE

Tints of Summer Sky #349EEE

Color information

#349EEE (or 0x349EEE) is unknown color: approx Summer Sky. HEX triplet: 34, 9E and EE. RGB value is (52,158,238). Sum of RGB (Red+Green+Blue) = 52+158+238=448 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.61% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #349EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349EEE is #CB6111. Grayscale: #878787. Windows color (decimal): -13328658 or 15638068. OLE color: 15638068.

HSL color Cylindrical-coordinate representation of color #349EEE: hue angle of 205.81º degrees, saturation: 0.85, 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 #349EEE is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB52158238-
CMYK0.780.3400.07
HSL205.81º84.55%56.86%-
HSV(B)205.81º78.15%93.33%-
XYZ29.0831.3685.41-
YUV135.43185.8868.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.61%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 238 (93.36% from 255) = 53.12%
R=11.61%
G=35.27%
B=53.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal521582380.780.3400.07205.8184.5556.86
Hex349EEE4E2207ce5539
Octal64236356116420731612571
Binary110100100111101110111010011101000100111110011101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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