#272344

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

Shades of Paua #272344

Tints of Paua #272344

Color information

#272344 (or 0x272344) is unknown color: approx Paua. HEX triplet: 27, 23 and 44. RGB value is (39,35,68). Sum of RGB (Red+Green+Blue) = 39+35+68=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #272344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272344 is #D8DCBB. Grayscale: #272727. Windows color (decimal): -14212284 or 4465447. OLE color: 4465447.

HSL color Cylindrical-coordinate representation of color #272344: hue angle of 247.27º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #272344 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB393568-
CMYK0.430.4900.73
HSL247.27º32.04%20.2%-
HSV(B)247.27º48.53%26.67%-
XYZ2.482.055.73-
YUV39.96143.83127.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 68 (26.95% from 255) = 47.89%
R=27.46%
G=24.65%
B=47.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3935680.430.4900.73247.2732.0420.2
Hex2723442B31049f72014
Octal4743104536101113674024
Binary1001111000111000100101011110001010010011111011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272344; }

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

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

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

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

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

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

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

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