#231F49

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

Shades of Paua #231F49

Tints of Paua #231F49

Color information

#231F49 (or 0x231F49) is unknown color: approx Paua. HEX triplet: 23, 1F and 49. RGB value is (35,31,73). Sum of RGB (Red+Green+Blue) = 35+31+73=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #231F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F49 is #DCE0B6. Grayscale: #242424. Windows color (decimal): -14475447 or 4792099. OLE color: 4792099.

HSL color Cylindrical-coordinate representation of color #231F49: hue angle of 245.71º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #231F49 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB353173-
CMYK0.520.5800.71
HSL245.71º40.38%20.39%-
HSV(B)245.71º57.53%28.63%-
XYZ2.391.826.53-
YUV36.98148.33126.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 31 (12.5% from 255) = 22.30%
BLUE value IS 73 (28.91% from 255) = 52.52%
R=25.18%
G=22.30%
B=52.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3531730.520.5800.71245.7140.3820.39
Hex231F49343A047f62814
Octal4337111647201073665024
Binary100011111111001001110100111010010001111111011010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231F49; }

 p { color: rgb(35,31,73); }

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

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

 a { background-color: rgb(35,31,73); }

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

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

 span { border-color: rgb(35,31,73); }

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