#272346

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

Shades of Paua #272346

Tints of Paua #272346

Color information

#272346 (or 0x272346) is unknown color: approx Paua. HEX triplet: 27, 23 and 46. RGB value is (39,35,70). Sum of RGB (Red+Green+Blue) = 39+35+70=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #272346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272346 is #D8DCB9. Grayscale: #282828. Windows color (decimal): -14212282 or 4596519. OLE color: 4596519.

HSL color Cylindrical-coordinate representation of color #272346: hue angle of 246.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #272346 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB393570-
CMYK0.440.500.73
HSL246.86º33.33%20.59%-
HSV(B)246.86º50%27.45%-
XYZ2.542.086.06-
YUV40.19144.83127.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.08%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 70 (27.73% from 255) = 48.61%
R=27.08%
G=24.31%
B=48.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3935700.440.500.73246.8633.3320.59
Hex2723462C32049f72115
Octal4743106546201113674125
Binary1001111000111000110101100110010010010011111011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272346; }

 p { color: rgb(39,35,70); }

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

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

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

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

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

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

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