#272650

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

Shades of Paua #272650

Tints of Paua #272650

Color information

#272650 (or 0x272650) is unknown color: approx Paua. HEX triplet: 27, 26 and 50. RGB value is (39,38,80). Sum of RGB (Red+Green+Blue) = 39+38+80=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #272650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272650 is #D8D9AF. Grayscale: #2A2A2A. Windows color (decimal): -14211504 or 5252647. OLE color: 5252647.

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

Color convert

RGB393880-
CMYK0.510.5200.69
HSL241.43º35.59%23.14%-
HSV(B)241.43º52.5%31.37%-
XYZ2.982.47.9-
YUV43.09148.83125.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 80 (31.64% from 255) = 50.96%
R=24.84%
G=24.20%
B=50.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3938800.510.5200.69241.4335.5923.14
Hex2726503334045f12417
Octal4746120636401053614427
Binary1001111001101010000110011110100010001011111000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272650; }

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

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

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

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

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

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

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

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