#272654

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

Shades of Paua #272654

Tints of Paua #272654

Color information

#272654 (or 0x272654) is unknown color: approx Paua. HEX triplet: 27, 26 and 54. RGB value is (39,38,84). Sum of RGB (Red+Green+Blue) = 39+38+84=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #272654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272654 is #D8D9AB. Grayscale: #2B2B2B. Windows color (decimal): -14211500 or 5514791. OLE color: 5514791.

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

Color convert

RGB393884-
CMYK0.540.5500.67
HSL241.3º37.7%23.92%-
HSV(B)241.3º54.76%32.94%-
XYZ3.132.468.7-
YUV43.54150.83124.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.22%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=24.22%
G=23.60%
B=52.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3938840.540.5500.67241.337.723.92
Hex2726543637043f12618
Octal4746124666701033614630
Binary1001111001101010100110110110111010000111111000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272654; }

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

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

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

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

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

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

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

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