Html Css Color HEX #329FCB Summer Sky

📋 copy color: '#329FCB'

red 50 ◦ green 159 ◦ blue 203

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

Shades of Summer Sky #329FCB

Tints of Summer Sky #329FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 12.14%
G = 38.59%
B = 49.27%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#329FCB (or 0x329FCB) is known color: Summer Sky. HEX triplet: 32, 9F and CB. RGB value is (50,159,203). Sum of RGB (Red+Green+Blue) = 50+159+203=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #329FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FCB is #CD6034. Grayscale: #838383. Windows color (decimal): -13459509 or 13344562. OLE color: 13344562.

HSL color Cylindrical-coordinate representation of color #329FCB: hue angle of 197.25º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #329FCB is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 159 203 -
CMYK 0.75 0.22 0 0.20
HSL 197.25º 0.6% 0.5% -
HSV(B) 197.25º 0.75% 0.8% -
XYZ 24.49 29.79 60.96 -
YUV 131.43 168.39 69.92 -
System Red Green Blue C M Y K H S L
Decimal 50 159 203 0.75 0.22 0 0.20 197.25 0.6 0.5
Hex 32 9F CB 4B 16 0 14 C5 3C 32
Octal 62 237 313 113 26 0 24 305 74 62
Binary 110010 10011111 11001011 1001011 10110 0 10100 11000101 111100 110010

Color Harmonies of #329FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FCB

Black with #329FCB

Text Example


Text Example

White with #329FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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