Html Css Color HEX #329EBE Pelorous

📋 copy color: '#329EBE'

red 50 ◦ green 158 ◦ blue 190

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

Shades of Pelorous #329EBE

Tints of Pelorous #329EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 12.56%
G = 39.7%
B = 47.74%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#329EBE (or 0x329EBE) is known color: Pelorous. HEX triplet: 32, 9E and BE. RGB value is (50,158,190). Sum of RGB (Red+Green+Blue) = 50+158+190=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #329EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EBE is #CD6141. Grayscale: #818181. Windows color (decimal): -13459778 or 12492338. OLE color: 12492338.

HSL color Cylindrical-coordinate representation of color #329EBE: hue angle of 193.71º degrees, saturation: 0.58, 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 #329EBE is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 158 190 -
CMYK 0.74 0.17 0 0.25
HSL 193.71º 0.58% 0.47% -
HSV(B) 193.71º 0.74% 0.75% -
XYZ 22.84 28.85 53.08 -
YUV 129.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 50 158 190 0.74 0.17 0 0.25 193.71 0.58 0.47
Hex 32 9E BE 4A 11 0 19 C2 3A 2F
Octal 62 236 276 112 21 0 31 302 72 57
Binary 110010 10011110 10111110 1001010 10001 0 11001 11000010 111010 101111

Color Harmonies of #329EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EBE

Black with #329EBE

Text Example


Text Example

White with #329EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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