Html Css Color HEX #329ADC Summer Sky

📋 copy color: '#329ADC'

red 50 ◦ green 154 ◦ blue 220

#329ADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #329ADC

Tints of Summer Sky #329ADC

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 value IS 0.77

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#329ADC (or 0x329ADC) is known color: 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

RGB 50 154 220 -
CMYK 0.77 0.3 0 0.14
HSL 203.29º 0.71% 0.53% -
HSV(B) 203.29º 0.77% 0.86% -
XYZ 25.79 28.96 71.94 -
YUV 130.43 178.54 70.63 -
System Red Green Blue C M Y K H S L
Decimal 50 154 220 0.77 0.3 0 0.14 203.29 0.71 0.53
Hex 32 9A DC 4D 1E 0 E CB 47 35
Octal 62 232 334 115 36 0 16 313 107 65
Binary 110010 10011010 11011100 1001101 11110 0 1110 11001011 1000111 110101

Color Harmonies of #329ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ADC

Black with #329ADC

Text Example


Text Example

White with #329ADC

Text Example


Text Example

HTML Codes & Css Web 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>