#231B58

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

Shades of Paua #231B58

Tints of Paua #231B58

Color information

#231B58 (or 0x231B58) is unknown color: approx Paua. HEX triplet: 23, 1B and 58. RGB value is (35,27,88). Sum of RGB (Red+Green+Blue) = 35+27+88=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #231B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231B58 is #DCE4A7. Grayscale: #242424. Windows color (decimal): -14476456 or 5774115. OLE color: 5774115.

HSL color Cylindrical-coordinate representation of color #231B58: hue angle of 247.87º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #231B58 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB352788-
CMYK0.600.6900.65
HSL247.87º53.04%22.55%-
HSV(B)247.87º69.32%34.51%-
XYZ2.851.859.44-
YUV36.35157.15127.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.33%
GREEN value IS 27 (10.94% from 255) = 18%
BLUE value IS 88 (34.77% from 255) = 58.67%
R=23.33%
G=18%
B=58.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3527880.600.6900.65247.8753.0422.55
Hex231B583C45041f83517
Octal43331307410501013706527
Binary1000111101110110001111001000101010000011111100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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