#27254E

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

Shades of Paua #27254E

Tints of Paua #27254E

Color information

#27254E (or 0x27254E) is unknown color: approx Paua. HEX triplet: 27, 25 and 4E. RGB value is (39,37,78). Sum of RGB (Red+Green+Blue) = 39+37+78=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #27254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27254E is #D8DAB1. Grayscale: #2A2A2A. Windows color (decimal): -14211762 or 5121319. OLE color: 5121319.

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

Color convert

RGB393778-
CMYK0.500.5300.69
HSL242.93º35.65%22.55%-
HSV(B)242.93º52.56%30.59%-
XYZ2.872.37.5-
YUV42.27148.16125.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 78 (30.86% from 255) = 50.65%
R=25.32%
G=24.03%
B=50.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3937780.500.5300.69242.9335.6522.55
Hex27254E3235045f32417
Octal4745116626501053634427
Binary1001111001011001110110010110101010001011111001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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