#349BE0

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

Shades of Summer Sky #349BE0

Tints of Summer Sky #349BE0

Color information

#349BE0 (or 0x349BE0) is unknown color: approx Summer Sky. HEX triplet: 34, 9B and E0. RGB value is (52,155,224). Sum of RGB (Red+Green+Blue) = 52+155+224=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #349BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BE0 is #CB641F. Grayscale: #838383. Windows color (decimal): -13329440 or 14719796. OLE color: 14719796.

HSL color Cylindrical-coordinate representation of color #349BE0: hue angle of 204.07º 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 #349BE0 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB52155224-
CMYK0.770.3100.12
HSL204.07º73.5%54.12%-
HSV(B)204.07º76.79%87.84%-
XYZ26.5929.5574.82-
YUV132.07179.8870.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.06%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 224 (87.89% from 255) = 51.97%
R=12.06%
G=35.96%
B=51.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal521552240.770.3100.12204.0773.554.12
Hex349BE04D1F0Ccc4a36
Octal642333401153701431411266
Binary110100100110111110000010011011111101100110011001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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