#231A4B

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

Shades of Paua #231A4B

Tints of Paua #231A4B

Color information

#231A4B (or 0x231A4B) is unknown color: approx Paua. HEX triplet: 23, 1A and 4B. RGB value is (35,26,75). Sum of RGB (Red+Green+Blue) = 35+26+75=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #231A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A4B is #DCE5B4. Grayscale: #222222. Windows color (decimal): -14476725 or 4921891. OLE color: 4921891.

HSL color Cylindrical-coordinate representation of color #231A4B: hue angle of 251.02º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #231A4B is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB352675-
CMYK0.530.6500.71
HSL251.02º48.51%19.8%-
HSV(B)251.02º65.33%29.41%-
XYZ2.331.66.84-
YUV34.28150.98128.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 26 (10.55% from 255) = 19.12%
BLUE value IS 75 (29.69% from 255) = 55.15%
R=25.74%
G=19.12%
B=55.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3526750.530.6500.71251.0248.5119.8
Hex231A4B3541047fb3114
Octal43321136510101073736124
Binary1000111101010010111101011000001010001111111101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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