#231E5B

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

Shades of Paua #231E5B

Tints of Paua #231E5B

Color information

#231E5B (or 0x231E5B) is unknown color: approx Paua. HEX triplet: 23, 1E and 5B. RGB value is (35,30,91). Sum of RGB (Red+Green+Blue) = 35+30+91=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #231E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231E5B is #DCE1A4. Grayscale: #262626. Windows color (decimal): -14475685 or 5971491. OLE color: 5971491.

HSL color Cylindrical-coordinate representation of color #231E5B: hue angle of 244.92º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231E5B is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB353091-
CMYK0.620.6700.64
HSL244.92º50.41%23.73%-
HSV(B)244.92º67.03%35.69%-
XYZ3.052.0410.13-
YUV38.45157.66125.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 91 (35.94% from 255) = 58.33%
R=22.44%
G=19.23%
B=58.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3530910.620.6700.64244.9250.4123.73
Hex231E5B3E43040f53218
Octal43361337610301003656230
Binary1000111111010110111111101000011010000001111010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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