#272554

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

Shades of Paua #272554

Tints of Paua #272554

Color information

#272554 (or 0x272554) is unknown color: approx Paua. HEX triplet: 27, 25 and 54. RGB value is (39,37,84). Sum of RGB (Red+Green+Blue) = 39+37+84=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #272554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272554 is #D8DAAB. Grayscale: #2A2A2A. Windows color (decimal): -14211756 or 5514535. OLE color: 5514535.

HSL color Cylindrical-coordinate representation of color #272554: hue angle of 242.55º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #272554 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB393784-
CMYK0.540.5600.67
HSL242.55º38.84%23.73%-
HSV(B)242.55º55.95%32.94%-
XYZ3.12.398.69-
YUV42.96151.16125.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 84 (33.20% from 255) = 52.5%
R=24.38%
G=23.12%
B=52.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3937840.540.5600.67242.5538.8423.73
Hex2725543638043f32718
Octal4745124667001033634730
Binary1001111001011010100110110111000010000111111001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272554; }

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

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

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

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

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

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

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

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