#252140

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

Shades of Tolopea #252140

Tints of Tolopea #252140

Color information

#252140 (or 0x252140) is unknown color: approx Tolopea. HEX triplet: 25, 21 and 40. RGB value is (37,33,64). Sum of RGB (Red+Green+Blue) = 37+33+64=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #252140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252140 is #DADEBF. Grayscale: #252525. Windows color (decimal): -14343872 or 4202789. OLE color: 4202789.

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

Color convert

RGB373364-
CMYK0.420.4800.75
HSL247.74º31.96%19.02%-
HSV(B)247.74º48.44%25.1%-
XYZ2.231.855.09-
YUV37.73142.83127.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=27.61%
G=24.63%
B=47.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3733640.420.4800.75247.7431.9619.02
Hex2521402A3004Bf82013
Octal4541100526001133704023
Binary1001011000011000000101010110000010010111111100010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252140; }

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

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

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

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

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

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

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

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