#27244C

Color #27244C Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #27244C

Tints of Paua #27244C

Color information

#27244C (or 0x27244C) is unknown color: approx Paua. HEX triplet: 27, 24 and 4C. RGB value is (39,36,76). Sum of RGB (Red+Green+Blue) = 39+36+76=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #27244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27244C is #D8DBB3. Grayscale: #292929. Windows color (decimal): -14212020 or 4989991. OLE color: 4989991.

HSL color Cylindrical-coordinate representation of color #27244C: hue angle of 244.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #27244C is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB393676-
CMYK0.490.5300.70
HSL244.5º35.71%21.96%-
HSV(B)244.5º52.63%29.8%-
XYZ2.772.217.12-
YUV41.46147.49126.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.83%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=25.83%
G=23.84%
B=50.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3936760.490.5300.70244.535.7121.96
Hex27244C3135046f42416
Octal4744114616501063644426
Binary1001111001001001100110001110101010001101111010010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27244C; }

 p { color: rgb(39,36,76); }

 H1.HeaderClassName
 {
   color: #27244C;
 }
 .AnyTagClassName
 {
   color: #27244C;
 }
</style>
background-color css

<style>
 a { background-color: #27244C; }

 a { background-color: rgb(39,36,76); }

 div.DivClassName
 {
   background-color: #27244C;
 }
 .BgClassName
 {
   background-color: #27244C;
 }
</style>
border-color css

<style>
 span { border-color: #27244C; }

 span { border-color: rgb(39,36,76); }

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