Html Css Color HEX #329AD6 Summer Sky

📋 copy color: '#329AD6'

red 50 ◦ green 154 ◦ blue 214

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

Shades of Summer Sky #329AD6

Tints of Summer Sky #329AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.2%

R = 11.96%
G = 36.84%
B = 51.2%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#329AD6 (or 0x329AD6) is known color: Summer Sky. HEX triplet: 32, 9A and D6. RGB value is (50,154,214). Sum of RGB (Red+Green+Blue) = 50+154+214=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #329AD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329AD6 is #CD6529. Grayscale: #818181. Windows color (decimal): -13460778 or 14064178. OLE color: 14064178.

HSL color Cylindrical-coordinate representation of color #329AD6: hue angle of 201.95º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329AD6 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 154 214 -
CMYK 0.77 0.28 0 0.16
HSL 201.95º 0.67% 0.52% -
HSV(B) 201.95º 0.77% 0.84% -
XYZ 25.01 28.64 67.83 -
YUV 129.74 175.54 71.12 -
System Red Green Blue C M Y K H S L
Decimal 50 154 214 0.77 0.28 0 0.16 201.95 0.67 0.52
Hex 32 9A D6 4D 1C 0 10 CA 43 34
Octal 62 232 326 115 34 0 20 312 103 64
Binary 110010 10011010 11010110 1001101 11100 0 10000 11001010 1000011 110100

Color Harmonies of #329AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329AD6

Black with #329AD6

Text Example


Text Example

White with #329AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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