#27274E

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

Shades of Paua #27274E

Tints of Paua #27274E

Color information

#27274E (or 0x27274E) is unknown color: approx Paua. HEX triplet: 27, 27 and 4E. RGB value is (39,39,78). Sum of RGB (Red+Green+Blue) = 39+39+78=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #27274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27274E is #D8D8B1. Grayscale: #2B2B2B. Windows color (decimal): -14211250 or 5121831. OLE color: 5121831.

HSL color Cylindrical-coordinate representation of color #27274E: hue angle of 240º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #27274E is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB393978-
CMYK0.500.5000.69
HSL240º33.33%22.94%-
HSV(B)240º50%30.59%-
XYZ2.942.437.52-
YUV43.45147.5124.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3939780.500.5000.6924033.3322.94
Hex27274E3232045f02117
Octal4747116626201053604127
Binary1001111001111001110110010110010010001011111000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27274E; }

 p { color: rgb(39,39,78); }

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

<style>
 a { background-color: #27274E; }

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

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

<style>
 span { border-color: #27274E; }

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

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