#349CDC

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

Shades of Summer Sky #349CDC

Tints of Summer Sky #349CDC

Color information

#349CDC (or 0x349CDC) is unknown color: approx Summer Sky. HEX triplet: 34, 9C and DC. RGB value is (52,156,220). Sum of RGB (Red+Green+Blue) = 52+156+220=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #349CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349CDC is #CB6323. Grayscale: #838383. Windows color (decimal): -13329188 or 14457908. OLE color: 14457908.

HSL color Cylindrical-coordinate representation of color #349CDC: hue angle of 202.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349CDC is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB52156220-
CMYK0.760.2900.14
HSL202.86º70.59%53.33%-
HSV(B)202.86º76.36%86.27%-
XYZ26.2229.6772.06-
YUV132.2177.5470.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.15%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 220 (86.33% from 255) = 51.40%
R=12.15%
G=36.45%
B=51.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal521562200.760.2900.14202.8670.5953.33
Hex349CDC4C1D0Ecb4735
Octal642343341143501631310765
Binary110100100111001101110010011001110101110110010111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,156,220); }

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

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

 a { background-color: rgb(52,156,220); }

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

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

 span { border-color: rgb(52,156,220); }

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