Html Css Color HEX #329DD6 Summer Sky

📋 copy color: '#329DD6'

red 50 ◦ green 157 ◦ blue 214

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

Shades of Summer Sky #329DD6

Tints of Summer Sky #329DD6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.29%

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

R = 11.88%
G = 37.29%
B = 50.83%

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

#329DD6 (or 0x329DD6) is known color: Summer Sky. HEX triplet: 32, 9D and D6. RGB value is (50,157,214). Sum of RGB (Red+Green+Blue) = 50+157+214=421 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.88% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #329DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DD6 is #CD6229. Grayscale: #838383. Windows color (decimal): -13460010 or 14064946. OLE color: 14064946.

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

Color convert

RGB 50 157 214 -
CMYK 0.77 0.27 0 0.16
HSL 200.85º 0.67% 0.52% -
HSV(B) 200.85º 0.77% 0.84% -
XYZ 25.51 29.65 68 -
YUV 131.51 174.55 69.87 -
System Red Green Blue C M Y K H S L
Decimal 50 157 214 0.77 0.27 0 0.16 200.85 0.67 0.52
Hex 32 9D D6 4D 1B 0 10 C9 43 34
Octal 62 235 326 115 33 0 20 311 103 64
Binary 110010 10011101 11010110 1001101 11011 0 10000 11001001 1000011 110100

Color Harmonies of #329DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DD6

Black with #329DD6

Text Example


Text Example

White with #329DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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