#349BCC

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

Shades of Summer Sky #349BCC

Tints of Summer Sky #349BCC

Color information

#349BCC (or 0x349BCC) is unknown color: approx Summer Sky. HEX triplet: 34, 9B and CC. RGB value is (52,155,204). Sum of RGB (Red+Green+Blue) = 52+155+204=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #349BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BCC is #CB6433. Grayscale: #818181. Windows color (decimal): -13329460 or 13409076. OLE color: 13409076.

HSL color Cylindrical-coordinate representation of color #349BCC: hue angle of 199.34º 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 #349BCC is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB52155204-
CMYK0.750.2400.2
HSL199.34º59.84%50.2%-
HSV(B)199.34º74.51%80%-
XYZ24.0428.5361.37-
YUV129.79169.8872.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.65%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=12.65%
G=37.71%
B=49.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal521552040.750.2400.2199.3459.8450.2
Hex349BCC4B18014c73c32
Octal64233314113300243077462
Binary110100100110111100110010010111100001010011000111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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