Html Css Color HEX #329CBE Pelorous

📋 copy color: '#329CBE'

red 50 ◦ green 156 ◦ blue 190

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

Shades of Pelorous #329CBE

Tints of Pelorous #329CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

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

R = 12.63%
G = 39.39%
B = 47.98%

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

#329CBE (or 0x329CBE) is known color: Pelorous. HEX triplet: 32, 9C and BE. RGB value is (50,156,190). Sum of RGB (Red+Green+Blue) = 50+156+190=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #329CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CBE is #CD6341. Grayscale: #7F7F7F. Windows color (decimal): -13460290 or 12491826. OLE color: 12491826.

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

Color convert

RGB 50 156 190 -
CMYK 0.74 0.18 0 0.25
HSL 194.57º 0.58% 0.47% -
HSV(B) 194.57º 0.74% 0.75% -
XYZ 22.5 28.17 52.97 -
YUV 128.18 162.88 72.24 -
System Red Green Blue C M Y K H S L
Decimal 50 156 190 0.74 0.18 0 0.25 194.57 0.58 0.47
Hex 32 9C BE 4A 12 0 19 C3 3A 2F
Octal 62 234 276 112 22 0 31 303 72 57
Binary 110010 10011100 10111110 1001010 10010 0 11001 11000011 111010 101111

Color Harmonies of #329CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CBE

Black with #329CBE

Text Example


Text Example

White with #329CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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