Html Css Color HEX #329ABB Pelorous

📋 copy color: '#329ABB'

red 50 ◦ green 154 ◦ blue 187

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

Shades of Pelorous #329ABB

Tints of Pelorous #329ABB

RGB

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

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

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

R = 12.79%
G = 39.39%
B = 47.83%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#329ABB (or 0x329ABB) is known color: Pelorous. HEX triplet: 32, 9A and BB. RGB value is (50,154,187). Sum of RGB (Red+Green+Blue) = 50+154+187=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #329ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ABB is #CD6544. Grayscale: #7E7E7E. Windows color (decimal): -13460805 or 12294706. OLE color: 12294706.

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

Color convert

RGB 50 154 187 -
CMYK 0.73 0.18 0 0.27
HSL 194.45º 0.58% 0.46% -
HSV(B) 194.45º 0.73% 0.73% -
XYZ 21.84 27.38 51.15 -
YUV 126.67 162.04 73.32 -
System Red Green Blue C M Y K H S L
Decimal 50 154 187 0.73 0.18 0 0.27 194.45 0.58 0.46
Hex 32 9A BB 49 12 0 1B C2 3A 2E
Octal 62 232 273 111 22 0 33 302 72 56
Binary 110010 10011010 10111011 1001001 10010 0 11011 11000010 111010 101110

Color Harmonies of #329ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ABB

Black with #329ABB

Text Example


Text Example

White with #329ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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