#231B53

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

Shades of Paua #231B53

Tints of Paua #231B53

Color information

#231B53 (or 0x231B53) is unknown color: approx Paua. HEX triplet: 23, 1B and 53. RGB value is (35,27,83). Sum of RGB (Red+Green+Blue) = 35+27+83=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #231B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231B53 is #DCE4AC. Grayscale: #232323. Windows color (decimal): -14476461 or 5446435. OLE color: 5446435.

HSL color Cylindrical-coordinate representation of color #231B53: hue angle of 248.57º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231B53 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB352783-
CMYK0.580.6700.67
HSL248.57º50.91%21.57%-
HSV(B)248.57º67.47%32.55%-
XYZ2.651.778.38-
YUV35.78154.65127.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 83 (32.81% from 255) = 57.24%
R=24.14%
G=18.62%
B=57.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3527830.580.6700.67248.5750.9121.57
Hex231B533A43043f93316
Octal43331237210301033716326
Binary1000111101110100111110101000011010000111111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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