Html Css Color HEX #329DBB Pelorous

📋 copy color: '#329DBB'

red 50 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #329DBB

Tints of Pelorous #329DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 12.69%
G = 39.85%
B = 47.46%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#329DBB (or 0x329DBB) is known color: Pelorous. HEX triplet: 32, 9D and BB. RGB value is (50,157,187). Sum of RGB (Red+Green+Blue) = 50+157+187=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #329DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DBB is #CD6244. Grayscale: #808080. Windows color (decimal): -13460037 or 12295474. OLE color: 12295474.

HSL color Cylindrical-coordinate representation of color #329DBB: hue angle of 193.14º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #329DBB is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 157 187 -
CMYK 0.73 0.16 0 0.27
HSL 193.14º 0.58% 0.46% -
HSV(B) 193.14º 0.73% 0.73% -
XYZ 22.34 28.38 51.31 -
YUV 128.43 161.05 72.06 -
System Red Green Blue C M Y K H S L
Decimal 50 157 187 0.73 0.16 0 0.27 193.14 0.58 0.46
Hex 32 9D BB 49 10 0 1B C1 3A 2E
Octal 62 235 273 111 20 0 33 301 72 56
Binary 110010 10011101 10111011 1001001 10000 0 11011 11000001 111010 101110

Color Harmonies of #329DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DBB

Black with #329DBB

Text Example


Text Example

White with #329DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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