#231D48

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

Shades of Paua #231D48

Tints of Paua #231D48

Color information

#231D48 (or 0x231D48) is unknown color: approx Paua. HEX triplet: 23, 1D and 48. RGB value is (35,29,72). Sum of RGB (Red+Green+Blue) = 35+29+72=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #231D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D48 is #DCE2B7. Grayscale: #232323. Windows color (decimal): -14475960 or 4726051. OLE color: 4726051.

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

Color convert

RGB352972-
CMYK0.510.6000.72
HSL248.37º42.57%19.8%-
HSV(B)248.37º59.72%28.24%-
XYZ2.31.76.34-
YUV35.7148.49127.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=25.74%
G=21.32%
B=52.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3529720.510.6000.72248.3742.5719.8
Hex231D48333C048f82b14
Octal4335110637401103705324
Binary100011111011001000110011111100010010001111100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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