#27254D

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

Shades of Paua #27254D

Tints of Paua #27254D

Color information

#27254D (or 0x27254D) is unknown color: approx Paua. HEX triplet: 27, 25 and 4D. RGB value is (39,37,77). Sum of RGB (Red+Green+Blue) = 39+37+77=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #27254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27254D is #D8DAB2. Grayscale: #2A2A2A. Windows color (decimal): -14211763 or 5055783. OLE color: 5055783.

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

Color convert

RGB393777-
CMYK0.490.5200.70
HSL243º35.09%22.35%-
HSV(B)243º51.95%30.2%-
XYZ2.842.297.31-
YUV42.16147.66125.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.49%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 77 (30.47% from 255) = 50.33%
R=25.49%
G=24.18%
B=50.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3937770.490.5200.7024335.0922.35
Hex27254D3134046f32316
Octal4745115616401063634326
Binary1001111001011001101110001110100010001101111001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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