#231F47

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

Shades of Paua #231F47

Tints of Paua #231F47

Color information

#231F47 (or 0x231F47) is unknown color: approx Paua. HEX triplet: 23, 1F and 47. RGB value is (35,31,71). Sum of RGB (Red+Green+Blue) = 35+31+71=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #231F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F47 is #DCE0B8. Grayscale: #242424. Windows color (decimal): -14475449 or 4661027. OLE color: 4661027.

HSL color Cylindrical-coordinate representation of color #231F47: hue angle of 246º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #231F47 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB353171-
CMYK0.510.5600.72
HSL246º39.22%20%-
HSV(B)246º56.34%27.84%-
XYZ2.321.796.18-
YUV36.76147.33126.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.55%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 71 (28.12% from 255) = 51.82%
R=25.55%
G=22.63%
B=51.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3531710.510.5600.7224639.2220
Hex231F473338048f62714
Octal4337107637001103664724
Binary100011111111000111110011111000010010001111011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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