Html Css Color HEX #329ABA Pelorous

📋 copy color: '#329ABA'

red 50 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #329ABA

Tints of Pelorous #329ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 12.82%
G = 39.49%
B = 47.69%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#329ABA (or 0x329ABA) is known color: Pelorous. HEX triplet: 32, 9A and BA. RGB value is (50,154,186). Sum of RGB (Red+Green+Blue) = 50+154+186=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #329ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ABA is #CD6545. Grayscale: #7E7E7E. Windows color (decimal): -13460806 or 12229170. OLE color: 12229170.

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

Color convert

RGB 50 154 186 -
CMYK 0.73 0.17 0 0.27
HSL 194.12º 0.58% 0.46% -
HSV(B) 194.12º 0.73% 0.73% -
XYZ 21.73 27.33 50.58 -
YUV 126.55 161.54 73.4 -
System Red Green Blue C M Y K H S L
Decimal 50 154 186 0.73 0.17 0 0.27 194.12 0.58 0.46
Hex 32 9A BA 49 11 0 1B C2 3A 2E
Octal 62 232 272 111 21 0 33 302 72 56
Binary 110010 10011010 10111010 1001001 10001 0 11011 11000010 111010 101110

Color Harmonies of #329ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ABA

Black with #329ABA

Text Example


Text Example

White with #329ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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