#27244F

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

Shades of Paua #27244F

Tints of Paua #27244F

Color information

#27244F (or 0x27244F) is unknown color: approx Paua. HEX triplet: 27, 24 and 4F. RGB value is (39,36,79). Sum of RGB (Red+Green+Blue) = 39+36+79=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #27244F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27244F is #D8DBB0. Grayscale: #292929. Windows color (decimal): -14212017 or 5186599. OLE color: 5186599.

HSL color Cylindrical-coordinate representation of color #27244F: hue angle of 244.19º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #27244F is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB393679-
CMYK0.510.5400.69
HSL244.19º37.39%22.55%-
HSV(B)244.19º54.43%30.98%-
XYZ2.882.267.68-
YUV41.8148.99126-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 79 (31.25% from 255) = 51.30%
R=25.32%
G=23.38%
B=51.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3936790.510.5400.69244.1937.3922.55
Hex27244F3336045f42517
Octal4744117636601053644527
Binary1001111001001001111110011110110010001011111010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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