#231A40

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

Shades of Tolopea #231A40

Tints of Tolopea #231A40

Color information

#231A40 (or 0x231A40) is unknown color: approx Tolopea. HEX triplet: 23, 1A and 40. RGB value is (35,26,64). Sum of RGB (Red+Green+Blue) = 35+26+64=125 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #231A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A40 is #DCE5BF. Grayscale: #202020. Windows color (decimal): -14476736 or 4200995. OLE color: 4200995.

HSL color Cylindrical-coordinate representation of color #231A40: hue angle of 254.21º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #231A40 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB352664-
CMYK0.450.5900.75
HSL254.21º42.22%17.65%-
HSV(B)254.21º59.38%25.1%-
XYZ1.991.475.03-
YUV33.02145.48129.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28%
GREEN value IS 26 (10.55% from 255) = 20.8%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=28%
G=20.8%
B=51.2%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3526640.450.5900.75254.2142.2217.65
Hex231A402D3B04Bfe2a12
Octal4332100557301133765222
Binary100011110101000000101101111011010010111111111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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