#272348

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

Shades of Paua #272348

Tints of Paua #272348

Color information

#272348 (or 0x272348) is unknown color: approx Paua. HEX triplet: 27, 23 and 48. RGB value is (39,35,72). Sum of RGB (Red+Green+Blue) = 39+35+72=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #272348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272348 is #D8DCB7. Grayscale: #282828. Windows color (decimal): -14212280 or 4727591. OLE color: 4727591.

HSL color Cylindrical-coordinate representation of color #272348: hue angle of 246.49º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #272348 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB393572-
CMYK0.460.5100.72
HSL246.49º34.58%20.98%-
HSV(B)246.49º51.39%28.24%-
XYZ2.612.16.4-
YUV40.41145.83126.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.71%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=26.71%
G=23.97%
B=49.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3935720.460.5100.72246.4934.5820.98
Hex2723482E33048f62315
Octal4743110566301103664325
Binary1001111000111001000101110110011010010001111011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272348; }

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

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

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

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

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

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

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

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