#231A55

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

Shades of Paua #231A55

Tints of Paua #231A55

Color information

#231A55 (or 0x231A55) is unknown color: approx Paua. HEX triplet: 23, 1A and 55. RGB value is (35,26,85). Sum of RGB (Red+Green+Blue) = 35+26+85=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #231A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A55 is #DCE5AA. Grayscale: #232323. Windows color (decimal): -14476715 or 5577251. OLE color: 5577251.

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

Color convert

RGB352685-
CMYK0.590.6900.67
HSL249.15º53.15%21.76%-
HSV(B)249.15º69.41%33.33%-
XYZ2.71.758.79-
YUV35.42155.98127.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.97%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 85 (33.59% from 255) = 58.22%
R=23.97%
G=17.81%
B=58.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3526850.590.6900.67249.1553.1521.76
Hex231A553B45043f93516
Octal43321257310501033716526
Binary1000111101010101011110111000101010000111111100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,26,85); }

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

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

 a { background-color: rgb(35,26,85); }

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

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

 span { border-color: rgb(35,26,85); }

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