Html Css Color HEX #329ABD Pelorous

📋 copy color: '#329ABD'

red 50 ◦ green 154 ◦ blue 189

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

Shades of Pelorous #329ABD

Tints of Pelorous #329ABD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.19%

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

R = 12.72%
G = 39.19%
B = 48.09%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#329ABD (or 0x329ABD) is known color: Pelorous. HEX triplet: 32, 9A and BD. RGB value is (50,154,189). Sum of RGB (Red+Green+Blue) = 50+154+189=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #329ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ABD is #CD6542. Grayscale: #7E7E7E. Windows color (decimal): -13460803 or 12425778. OLE color: 12425778.

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

Color convert

RGB 50 154 189 -
CMYK 0.74 0.19 0 0.26
HSL 195.11º 0.58% 0.47% -
HSV(B) 195.11º 0.74% 0.74% -
XYZ 22.06 27.46 52.28 -
YUV 126.89 163.04 73.15 -
System Red Green Blue C M Y K H S L
Decimal 50 154 189 0.74 0.19 0 0.26 195.11 0.58 0.47
Hex 32 9A BD 4A 13 0 1A C3 3A 2F
Octal 62 232 275 112 23 0 32 303 72 57
Binary 110010 10011010 10111101 1001010 10011 0 11010 11000011 111010 101111

Color Harmonies of #329ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ABD

Black with #329ABD

Text Example


Text Example

White with #329ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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