#231E46

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

Shades of Paua #231E46

Tints of Paua #231E46

Color information

#231E46 (or 0x231E46) is unknown color: approx Paua. HEX triplet: 23, 1E and 46. RGB value is (35,30,70). Sum of RGB (Red+Green+Blue) = 35+30+70=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 70 (27.73% from 255 or 51.85% from 135); Max value from RGB is 70 - color contains mainly: blue. Hex color #231E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E46 is #DCE1B9. Grayscale: #232323. Windows color (decimal): -14475706 or 4595235. OLE color: 4595235.

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

Color convert

RGB353070-
CMYK0.50.5700.73
HSL247.5º40%19.61%-
HSV(B)247.5º57.14%27.45%-
XYZ2.261.736.01-
YUV36.06147.16127.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.93%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 70 (27.73% from 255) = 51.85%
R=25.93%
G=22.22%
B=51.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3530700.50.5700.73247.54019.61
Hex231E463239049f82814
Octal4336106627101113705024
Binary100011111101000110110010111001010010011111100010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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