#251A40

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

Shades of Tolopea #251A40

Tints of Tolopea #251A40

Color information

#251A40 (or 0x251A40) is unknown color: approx Tolopea. HEX triplet: 25, 1A and 40. RGB value is (37,26,64). Sum of RGB (Red+Green+Blue) = 37+26+64=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #251A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A40 is #DAE5BF. Grayscale: #212121. Windows color (decimal): -14345664 or 4200997. OLE color: 4200997.

HSL color Cylindrical-coordinate representation of color #251A40: hue angle of 257.37º 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 #251A40 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB372664-
CMYK0.420.5900.75
HSL257.37º42.22%17.65%-
HSV(B)257.37º59.38%25.1%-
XYZ2.061.55.03-
YUV33.62145.14130.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 26 (10.55% from 255) = 20.47%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=29.13%
G=20.47%
B=50.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3726640.420.5900.75257.3742.2217.65
Hex251A402A3B04B1012a12
Octal4532100527301134015222
Binary1001011101010000001010101110110100101110000000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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