#251C40

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

Shades of Tolopea #251C40

Tints of Tolopea #251C40

Color information

#251C40 (or 0x251C40) is unknown color: approx Tolopea. HEX triplet: 25, 1C and 40. RGB value is (37,28,64). Sum of RGB (Red+Green+Blue) = 37+28+64=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #251C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C40 is #DAE3BF. Grayscale: #222222. Windows color (decimal): -14345152 or 4201509. OLE color: 4201509.

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

Color convert

RGB372864-
CMYK0.420.5600.75
HSL255º39.13%18.04%-
HSV(B)255º56.25%25.1%-
XYZ2.11.595.05-
YUV34.8144.48129.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.68%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 64 (25.39% from 255) = 49.61%
R=28.68%
G=21.71%
B=49.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3728640.420.5600.7525539.1318.04
Hex251C402A3804Bff2712
Octal4534100527001133774722
Binary100101111001000000101010111000010010111111111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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