Html Css Color HEX #329BCF Summer Sky

📋 copy color: '#329BCF'

red 50 ◦ green 155 ◦ blue 207

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

Shades of Summer Sky #329BCF

Tints of Summer Sky #329BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.62%

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 12.14%
G = 37.62%
B = 50.24%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#329BCF (or 0x329BCF) is known color: Summer Sky. HEX triplet: 32, 9B and CF. RGB value is (50,155,207). Sum of RGB (Red+Green+Blue) = 50+155+207=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #329BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BCF is #CD6430. Grayscale: #818181. Windows color (decimal): -13460529 or 13605682. OLE color: 13605682.

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

Color convert

RGB 50 155 207 -
CMYK 0.76 0.25 0 0.19
HSL 199.87º 0.62% 0.5% -
HSV(B) 199.87º 0.76% 0.81% -
XYZ 24.3 28.63 63.28 -
YUV 129.53 171.71 71.27 -
System Red Green Blue C M Y K H S L
Decimal 50 155 207 0.76 0.25 0 0.19 199.87 0.62 0.5
Hex 32 9B CF 4C 19 0 13 C8 3E 32
Octal 62 233 317 114 31 0 23 310 76 62
Binary 110010 10011011 11001111 1001100 11001 0 10011 11001000 111110 110010

Color Harmonies of #329BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BCF

Black with #329BCF

Text Example


Text Example

White with #329BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,155,207); }

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

background-color css

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

 a { background-color: rgb(50,155,207); }

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

border-color css

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

 span { border-color: rgb(50,155,207); }

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