#272345

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

Shades of Paua #272345

Tints of Paua #272345

Color information

#272345 (or 0x272345) is unknown color: approx Paua. HEX triplet: 27, 23 and 45. RGB value is (39,35,69). Sum of RGB (Red+Green+Blue) = 39+35+69=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #272345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272345 is #D8DCBA. Grayscale: #272727. Windows color (decimal): -14212283 or 4530983. OLE color: 4530983.

HSL color Cylindrical-coordinate representation of color #272345: hue angle of 247.06º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #272345 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB393569-
CMYK0.430.4900.73
HSL247.06º32.69%20.39%-
HSV(B)247.06º49.28%27.06%-
XYZ2.512.065.9-
YUV40.07144.33127.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 69 (27.34% from 255) = 48.25%
R=27.27%
G=24.48%
B=48.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3935690.430.4900.73247.0632.6920.39
Hex2723452B31049f72114
Octal4743105536101113674124
Binary1001111000111000101101011110001010010011111011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272345; }

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

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

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

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

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

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

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

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