#231D46

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

Shades of Paua #231D46

Tints of Paua #231D46

Color information

#231D46 (or 0x231D46) is unknown color: approx Paua. HEX triplet: 23, 1D and 46. RGB value is (35,29,70). Sum of RGB (Red+Green+Blue) = 35+29+70=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #231D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D46 is #DCE2B9. Grayscale: #232323. Windows color (decimal): -14475962 or 4594979. OLE color: 4594979.

HSL color Cylindrical-coordinate representation of color #231D46: hue angle of 248.78º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #231D46 is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB352970-
CMYK0.50.5900.73
HSL248.78º41.41%19.41%-
HSV(B)248.78º58.57%27.45%-
XYZ2.241.686-
YUV35.47147.49127.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.12%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 70 (27.73% from 255) = 52.24%
R=26.12%
G=21.64%
B=52.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3529700.50.5900.73248.7841.4119.41
Hex231D46323B049f92913
Octal4335106627301113715123
Binary100011111011000110110010111011010010011111100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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