Html Css Color HEX #329DBF Pelorous

📋 copy color: '#329DBF'

red 50 ◦ green 157 ◦ blue 191

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

Shades of Pelorous #329DBF

Tints of Pelorous #329DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 12.56%
G = 39.45%
B = 47.99%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#329DBF (or 0x329DBF) is known color: Pelorous. HEX triplet: 32, 9D and BF. RGB value is (50,157,191). Sum of RGB (Red+Green+Blue) = 50+157+191=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #329DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DBF is #CD6240. Grayscale: #808080. Windows color (decimal): -13460033 or 12557618. OLE color: 12557618.

HSL color Cylindrical-coordinate representation of color #329DBF: hue angle of 194.47º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #329DBF is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 157 191 -
CMYK 0.74 0.18 0 0.25
HSL 194.47º 0.59% 0.47% -
HSV(B) 194.47º 0.74% 0.75% -
XYZ 22.78 28.55 53.6 -
YUV 128.88 163.05 71.74 -
System Red Green Blue C M Y K H S L
Decimal 50 157 191 0.74 0.18 0 0.25 194.47 0.59 0.47
Hex 32 9D BF 4A 12 0 19 C2 3B 2F
Octal 62 235 277 112 22 0 31 302 73 57
Binary 110010 10011101 10111111 1001010 10010 0 11001 11000010 111011 101111

Color Harmonies of #329DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DBF

Black with #329DBF

Text Example


Text Example

White with #329DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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