#231A41

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

Shades of Tolopea #231A41

Tints of Tolopea #231A41

Color information

#231A41 (or 0x231A41) is unknown color: approx Tolopea. HEX triplet: 23, 1A and 41. RGB value is (35,26,65). Sum of RGB (Red+Green+Blue) = 35+26+65=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #231A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A41 is #DCE5BE. Grayscale: #202020. Windows color (decimal): -14476735 or 4266531. OLE color: 4266531.

HSL color Cylindrical-coordinate representation of color #231A41: hue angle of 253.85º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #231A41 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB352665-
CMYK0.460.6000.75
HSL253.85º42.86%17.84%-
HSV(B)253.85º60%25.49%-
XYZ2.021.485.18-
YUV33.14145.98129.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.78%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=27.78%
G=20.63%
B=51.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3526650.460.6000.75253.8542.8617.84
Hex231A412E3C04Bfe2b12
Octal4332101567401133765322
Binary100011110101000001101110111100010010111111111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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