#3493DC

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

Shades of Summer Sky #3493DC

Tints of Summer Sky #3493DC

Color information

#3493DC (or 0x3493DC) is unknown color: approx Summer Sky. HEX triplet: 34, 93 and DC. RGB value is (52,147,220). Sum of RGB (Red+Green+Blue) = 52+147+220=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #3493DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3493DC is #CB6C23. Grayscale: #7E7E7E. Windows color (decimal): -13331492 or 14455604. OLE color: 14455604.

HSL color Cylindrical-coordinate representation of color #3493DC: hue angle of 206.07º 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 #3493DC is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB52147220-
CMYK0.760.3300.14
HSL206.07º70.59%53.33%-
HSV(B)206.07º76.36%86.27%-
XYZ24.7726.7671.57-
YUV126.92180.5374.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.41%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 220 (86.33% from 255) = 52.51%
R=12.41%
G=35.08%
B=52.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal521472200.760.3300.14206.0770.5953.33
Hex3493DC4C210Ece4735
Octal642233341144101631610765
Binary1101001001001111011100100110010000101110110011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3493DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3493DC; }

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

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

<style>
 a { background-color: #3493DC; }

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

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

<style>
 span { border-color: #3493DC; }

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

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