#272350

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

Shades of Paua #272350

Tints of Paua #272350

Color information

#272350 (or 0x272350) is unknown color: approx Paua. HEX triplet: 27, 23 and 50. RGB value is (39,35,80). Sum of RGB (Red+Green+Blue) = 39+35+80=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #272350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272350 is #D8DCAF. Grayscale: #292929. Windows color (decimal): -14212272 or 5251879. OLE color: 5251879.

HSL color Cylindrical-coordinate representation of color #272350: hue angle of 245.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #272350 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB393580-
CMYK0.510.5600.69
HSL245.33º39.13%22.55%-
HSV(B)245.33º56.25%31.37%-
XYZ2.892.217.86-
YUV41.33149.83126.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=25.32%
G=22.73%
B=51.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3935800.510.5600.69245.3339.1322.55
Hex2723503338045f52717
Octal4743120637001053654727
Binary1001111000111010000110011111000010001011111010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272350; }

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

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

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

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

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

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

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

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