#25193E

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

Shades of Tolopea #25193E

Tints of Tolopea #25193E

Color information

#25193E (or 0x25193E) is unknown color: approx Tolopea. HEX triplet: 25, 19 and 3E. RGB value is (37,25,62). Sum of RGB (Red+Green+Blue) = 37+25+62=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #25193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25193E is #DAE6C1. Grayscale: #202020. Windows color (decimal): -14345922 or 4069669. OLE color: 4069669.

HSL color Cylindrical-coordinate representation of color #25193E: hue angle of 259.46º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25193E is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB372562-
CMYK0.400.6000.76
HSL259.46º42.53%17.06%-
HSV(B)259.46º59.68%24.31%-
XYZ1.981.444.73-
YUV32.81144.48130.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 62 (24.61% from 255) = 50%
R=29.84%
G=20.16%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3725620.400.6000.76259.4642.5317.06
Hex25193E283C04C1032b11
Octal453176507401144035321
Binary100101110011111101010001111000100110010000001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25193E; }

 p { color: rgb(37,25,62); }

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

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

 a { background-color: rgb(37,25,62); }

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

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

 span { border-color: rgb(37,25,62); }

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