#3496E1

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

Shades of Summer Sky #3496E1

Tints of Summer Sky #3496E1

Color information

#3496E1 (or 0x3496E1) is unknown color: approx Summer Sky. HEX triplet: 34, 96 and E1. RGB value is (52,150,225). Sum of RGB (Red+Green+Blue) = 52+150+225=427 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.18% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #3496E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3496E1 is #CB691E. Grayscale: #808080. Windows color (decimal): -13330719 or 14784052. OLE color: 14784052.

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

Color convert

RGB52150225-
CMYK0.770.3300.12
HSL206.01º74.25%54.31%-
HSV(B)206.01º76.89%88.24%-
XYZ25.9127.9875.27-
YUV129.25182.0372.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.18%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 225 (88.28% from 255) = 52.69%
R=12.18%
G=35.13%
B=52.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal521502250.770.3300.12206.0174.2554.31
Hex3496E14D210Cce4a36
Octal642263411154101431611266
Binary1101001001011011100001100110110000101100110011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3496E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3496E1; }

 p { color: rgb(52,150,225); }

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

<style>
 a { background-color: #3496E1; }

 a { background-color: rgb(52,150,225); }

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

<style>
 span { border-color: #3496E1; }

 span { border-color: rgb(52,150,225); }

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