Html Css Color HEX #329EBD Pelorous

📋 copy color: '#329EBD'

red 50 ◦ green 158 ◦ blue 189

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

Shades of Pelorous #329EBD

Tints of Pelorous #329EBD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.8%

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 12.59%
G = 39.8%
B = 47.61%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#329EBD (or 0x329EBD) is known color: Pelorous. HEX triplet: 32, 9E and BD. RGB value is (50,158,189). Sum of RGB (Red+Green+Blue) = 50+158+189=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #329EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EBD is #CD6142. Grayscale: #818181. Windows color (decimal): -13459779 or 12426802. OLE color: 12426802.

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

Color convert

RGB 50 158 189 -
CMYK 0.74 0.16 0 0.26
HSL 193.38º 0.58% 0.47% -
HSV(B) 193.38º 0.74% 0.74% -
XYZ 22.73 28.81 52.51 -
YUV 129.24 161.72 71.48 -
System Red Green Blue C M Y K H S L
Decimal 50 158 189 0.74 0.16 0 0.26 193.38 0.58 0.47
Hex 32 9E BD 4A 10 0 1A C1 3A 2F
Octal 62 236 275 112 20 0 32 301 72 57
Binary 110010 10011110 10111101 1001010 10000 0 11010 11000001 111010 101111

Color Harmonies of #329EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EBD

Black with #329EBD

Text Example


Text Example

White with #329EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,158,189); }

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

background-color css

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

 a { background-color: rgb(50,158,189); }

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

border-color css

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

 span { border-color: rgb(50,158,189); }

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