#272450

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

Shades of Paua #272450

Tints of Paua #272450

Color information

#272450 (or 0x272450) is unknown color: approx Paua. HEX triplet: 27, 24 and 50. RGB value is (39,36,80). Sum of RGB (Red+Green+Blue) = 39+36+80=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #272450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272450 is #D8DBAF. Grayscale: #292929. Windows color (decimal): -14212016 or 5252135. OLE color: 5252135.

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

Color convert

RGB393680-
CMYK0.510.5500.69
HSL244.09º37.93%22.75%-
HSV(B)244.09º55%31.37%-
XYZ2.922.277.87-
YUV41.91149.49125.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=25.16%
G=23.23%
B=51.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3936800.510.5500.69244.0937.9322.75
Hex2724503337045f42617
Octal4744120636701053644627
Binary1001111001001010000110011110111010001011111010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272450; }

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

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

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

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

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

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

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

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