Html Css Color HEX #329ADE Summer Sky

📋 copy color: '#329ADE'

red 50 ◦ green 154 ◦ blue 222

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

Shades of Summer Sky #329ADE

Tints of Summer Sky #329ADE

RGB

 RED value IS 50 (19.92% from 255) = 11.74%

 GREEN value IS 154 (60.55% from 255) = 36.15%

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 11.74%
G = 36.15%
B = 52.11%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#329ADE (or 0x329ADE) is known color: Summer Sky. HEX triplet: 32, 9A and DE. RGB value is (50,154,222). Sum of RGB (Red+Green+Blue) = 50+154+222=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #329ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ADE is #CD6521. Grayscale: #828282. Windows color (decimal): -13460770 or 14588466. OLE color: 14588466.

HSL color Cylindrical-coordinate representation of color #329ADE: hue angle of 203.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329ADE is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 154 222 -
CMYK 0.77 0.31 0 0.13
HSL 203.72º 0.72% 0.53% -
HSV(B) 203.72º 0.77% 0.87% -
XYZ 26.06 29.06 73.34 -
YUV 130.66 179.54 70.47 -
System Red Green Blue C M Y K H S L
Decimal 50 154 222 0.77 0.31 0 0.13 203.72 0.72 0.53
Hex 32 9A DE 4D 1F 0 D CC 48 35
Octal 62 232 336 115 37 0 15 314 110 65
Binary 110010 10011010 11011110 1001101 11111 0 1101 11001100 1001000 110101

Color Harmonies of #329ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ADE

Black with #329ADE

Text Example


Text Example

White with #329ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #329ADE;
 }
 .AnyTagClassName
 {
   color: #329ADE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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