Html Css Color HEX #329FCE Summer Sky

📋 copy color: '#329FCE'

red 50 ◦ green 159 ◦ blue 206

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

Shades of Summer Sky #329FCE

Tints of Summer Sky #329FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.31%

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

R = 12.05%
G = 38.31%
B = 49.64%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#329FCE (or 0x329FCE) is known color: Summer Sky. HEX triplet: 32, 9F and CE. RGB value is (50,159,206). Sum of RGB (Red+Green+Blue) = 50+159+206=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #329FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FCE is #CD6031. Grayscale: #838383. Windows color (decimal): -13459506 or 13541170. OLE color: 13541170.

HSL color Cylindrical-coordinate representation of color #329FCE: hue angle of 198.08º 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 #329FCE is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 159 206 -
CMYK 0.76 0.23 0 0.19
HSL 198.08º 0.61% 0.5% -
HSV(B) 198.08º 0.76% 0.81% -
XYZ 24.85 29.93 62.86 -
YUV 131.77 169.89 69.68 -
System Red Green Blue C M Y K H S L
Decimal 50 159 206 0.76 0.23 0 0.19 198.08 0.61 0.5
Hex 32 9F CE 4C 17 0 13 C6 3D 32
Octal 62 237 316 114 27 0 23 306 75 62
Binary 110010 10011111 11001110 1001100 10111 0 10011 11000110 111101 110010

Color Harmonies of #329FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FCE

Black with #329FCE

Text Example


Text Example

White with #329FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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