#231F48

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

Shades of Paua #231F48

Tints of Paua #231F48

Color information

#231F48 (or 0x231F48) is unknown color: approx Paua. HEX triplet: 23, 1F and 48. RGB value is (35,31,72). Sum of RGB (Red+Green+Blue) = 35+31+72=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #231F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F48 is #DCE0B7. Grayscale: #242424. Windows color (decimal): -14475448 or 4726563. OLE color: 4726563.

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

Color convert

RGB353172-
CMYK0.510.5700.72
HSL245.85º39.81%20.2%-
HSV(B)245.85º56.94%28.24%-
XYZ2.351.816.36-
YUV36.87147.83126.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.36%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=25.36%
G=22.46%
B=52.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3531720.510.5700.72245.8539.8120.2
Hex231F483339048f62814
Octal4337110637101103665024
Binary100011111111001000110011111001010010001111011010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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