Html Css Color HEX #329CD6 Summer Sky

📋 copy color: '#329CD6'

red 50 ◦ green 156 ◦ blue 214

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

Shades of Summer Sky #329CD6

Tints of Summer Sky #329CD6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.14%

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

R = 11.9%
G = 37.14%
B = 50.95%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#329CD6 (or 0x329CD6) is known color: Summer Sky. HEX triplet: 32, 9C and D6. RGB value is (50,156,214). Sum of RGB (Red+Green+Blue) = 50+156+214=420 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.90% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #329CD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CD6 is #CD6329. Grayscale: #828282. Windows color (decimal): -13460266 or 14064690. OLE color: 14064690.

HSL color Cylindrical-coordinate representation of color #329CD6: hue angle of 201.22º 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 #329CD6 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 156 214 -
CMYK 0.77 0.27 0 0.16
HSL 201.22º 0.67% 0.52% -
HSV(B) 201.22º 0.77% 0.84% -
XYZ 25.34 29.31 67.94 -
YUV 130.92 174.88 70.28 -
System Red Green Blue C M Y K H S L
Decimal 50 156 214 0.77 0.27 0 0.16 201.22 0.67 0.52
Hex 32 9C D6 4D 1B 0 10 C9 43 34
Octal 62 234 326 115 33 0 20 311 103 64
Binary 110010 10011100 11010110 1001101 11011 0 10000 11001001 1000011 110100

Color Harmonies of #329CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CD6

Black with #329CD6

Text Example


Text Example

White with #329CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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