#329ECB

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

Shades of Summer Sky #329ECB

Tints of Summer Sky #329ECB

Color information

#329ECB (or 0x329ECB) is unknown color: approx Summer Sky. HEX triplet: 32, 9E and CB. RGB value is (50,158,203). Sum of RGB (Red+Green+Blue) = 50+158+203=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #329ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ECB is #CD6134. Grayscale: #828282. Windows color (decimal): -13459765 or 13344306. OLE color: 13344306.

HSL color Cylindrical-coordinate representation of color #329ECB: hue angle of 197.65º 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 #329ECB is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB50158203-
CMYK0.750.2200.20
HSL197.65º60.47%49.61%-
HSV(B)197.65º75.37%79.61%-
XYZ24.3229.4460.9-
YUV130.84168.7270.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.17%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=12.17%
G=38.44%
B=49.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal501582030.750.2200.20197.6560.4749.61
Hex329ECB4B16014c63c32
Octal62236313113260243067462
Binary110010100111101100101110010111011001010011000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329ECB; }

 p { color: rgb(50,158,203); }

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

<style>
 a { background-color: #329ECB; }

 a { background-color: rgb(50,158,203); }

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

<style>
 span { border-color: #329ECB; }

 span { border-color: rgb(50,158,203); }

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