#349DCC

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

Shades of Summer Sky #349DCC

Tints of Summer Sky #349DCC

Color information

#349DCC (or 0x349DCC) is unknown color: approx Summer Sky. HEX triplet: 34, 9D and CC. RGB value is (52,157,204). Sum of RGB (Red+Green+Blue) = 52+157+204=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #349DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349DCC is #CB6233. Grayscale: #828282. Windows color (decimal): -13328948 or 13409588. OLE color: 13409588.

HSL color Cylindrical-coordinate representation of color #349DCC: hue angle of 198.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349DCC is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB52157204-
CMYK0.750.2300.2
HSL198.55º59.84%50.2%-
HSV(B)198.55º74.51%80%-
XYZ24.3729.261.48-
YUV130.96169.2171.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.59%
GREEN value IS 157 (61.72% from 255) = 38.01%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=12.59%
G=38.01%
B=49.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal521572040.750.2300.2198.5559.8450.2
Hex349DCC4B17014c73c32
Octal64235314113270243077462
Binary110100100111011100110010010111011101010011000111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,157,204); }

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

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

 a { background-color: rgb(52,157,204); }

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

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

 span { border-color: rgb(52,157,204); }

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