#231B50

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

Shades of Paua #231B50

Tints of Paua #231B50

Color information

#231B50 (or 0x231B50) is unknown color: approx Paua. HEX triplet: 23, 1B and 50. RGB value is (35,27,80). Sum of RGB (Red+Green+Blue) = 35+27+80=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #231B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231B50 is #DCE4AF. Grayscale: #232323. Windows color (decimal): -14476464 or 5249827. OLE color: 5249827.

HSL color Cylindrical-coordinate representation of color #231B50: hue angle of 249.06º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #231B50 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB352780-
CMYK0.560.6600.69
HSL249.06º49.53%20.98%-
HSV(B)249.06º66.25%31.37%-
XYZ2.531.727.79-
YUV35.43153.15127.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.65%
GREEN value IS 27 (10.94% from 255) = 19.01%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=24.65%
G=19.01%
B=56.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3527800.560.6600.69249.0649.5320.98
Hex231B503842045f93215
Octal43331207010201053716225
Binary1000111101110100001110001000010010001011111100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,27,80); }

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

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

 a { background-color: rgb(35,27,80); }

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

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

 span { border-color: rgb(35,27,80); }

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