#272154

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

Shades of Paua #272154

Tints of Paua #272154

Color information

#272154 (or 0x272154) is unknown color: approx Paua. HEX triplet: 27, 21 and 54. RGB value is (39,33,84). Sum of RGB (Red+Green+Blue) = 39+33+84=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #272154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272154 is #D8DEAB. Grayscale: #282828. Windows color (decimal): -14212780 or 5513511. OLE color: 5513511.

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

Color convert

RGB393384-
CMYK0.540.6100.67
HSL247.06º43.59%22.94%-
HSV(B)247.06º60.71%32.94%-
XYZ2.982.168.65-
YUV40.61152.49126.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 84 (33.20% from 255) = 53.85%
R=25%
G=21.15%
B=53.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3933840.540.6100.67247.0643.5922.94
Hex272154363D043f72c17
Octal4741124667501033675427
Binary1001111000011010100110110111101010000111111011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272154; }

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

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

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

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

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

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

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

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