Html Css Color HEX #329DCE Summer Sky

📋 copy color: '#329DCE'

red 50 ◦ green 157 ◦ blue 206

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

Shades of Summer Sky #329DCE

Tints of Summer Sky #329DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 12.11%
G = 38.01%
B = 49.88%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#329DCE (or 0x329DCE) is known color: Summer Sky. HEX triplet: 32, 9D and CE. RGB value is (50,157,206). Sum of RGB (Red+Green+Blue) = 50+157+206=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #329DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DCE is #CD6231. Grayscale: #828282. Windows color (decimal): -13460018 or 13540658. OLE color: 13540658.

HSL color Cylindrical-coordinate representation of color #329DCE: hue angle of 198.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #329DCE is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 157 206 -
CMYK 0.76 0.24 0 0.19
HSL 198.85º 0.61% 0.5% -
HSV(B) 198.85º 0.76% 0.81% -
XYZ 24.51 29.25 62.75 -
YUV 130.59 170.55 70.52 -
System Red Green Blue C M Y K H S L
Decimal 50 157 206 0.76 0.24 0 0.19 198.85 0.61 0.5
Hex 32 9D CE 4C 18 0 13 C7 3D 32
Octal 62 235 316 114 30 0 23 307 75 62
Binary 110010 10011101 11001110 1001100 11000 0 10011 11000111 111101 110010

Color Harmonies of #329DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DCE

Black with #329DCE

Text Example


Text Example

White with #329DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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