#252040

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

Shades of Tolopea #252040

Tints of Tolopea #252040

Color information

#252040 (or 0x252040) is unknown color: approx Tolopea. HEX triplet: 25, 20 and 40. RGB value is (37,32,64). Sum of RGB (Red+Green+Blue) = 37+32+64=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #252040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252040 is #DADFBF. Grayscale: #252525. Windows color (decimal): -14344128 or 4202533. OLE color: 4202533.

HSL color Cylindrical-coordinate representation of color #252040: hue angle of 249.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252040 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB373264-
CMYK0.420.5000.75
HSL249.38º33.33%18.82%-
HSV(B)249.38º50%25.1%-
XYZ2.21.85.08-
YUV37.14143.16127.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 64 (25.39% from 255) = 48.12%
R=27.82%
G=24.06%
B=48.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3732640.420.5000.75249.3833.3318.82
Hex2520402A3204Bf92113
Octal4540100526201133714123
Binary1001011000001000000101010110010010010111111100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252040; }

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

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

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

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

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

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

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

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