#329ADC

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

Shades of Summer Sky #329ADC

Tints of Summer Sky #329ADC

Color information

#329ADC (or 0x329ADC) is unknown color: approx Summer Sky. HEX triplet: 32, 9A and DC. RGB value is (50,154,220). Sum of RGB (Red+Green+Blue) = 50+154+220=424 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.79% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #329ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ADC is #CD6523. Grayscale: #828282. Windows color (decimal): -13460772 or 14457394. OLE color: 14457394.

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

Color convert

RGB50154220-
CMYK0.770.300.14
HSL203.29º70.83%52.94%-
HSV(B)203.29º77.27%86.27%-
XYZ25.7928.9671.94-
YUV130.43178.5470.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.79%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 220 (86.33% from 255) = 51.89%
R=11.79%
G=36.32%
B=51.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal501542200.770.300.14203.2970.8352.94
Hex329ADC4D1E0Ecb4735
Octal622323341153601631310765
Binary110010100110101101110010011011111001110110010111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,154,220); }

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

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

 a { background-color: rgb(50,154,220); }

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

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

 span { border-color: rgb(50,154,220); }

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