#25203D

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

Shades of Tolopea #25203D

Tints of Tolopea #25203D

Color information

#25203D (or 0x25203D) is unknown color: approx Tolopea. HEX triplet: 25, 20 and 3D. RGB value is (37,32,61). Sum of RGB (Red+Green+Blue) = 37+32+61=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #25203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25203D is #DADFC2. Grayscale: #242424. Windows color (decimal): -14344131 or 4005925. OLE color: 4005925.

HSL color Cylindrical-coordinate representation of color #25203D: hue angle of 250.34º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #25203D is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB373261-
CMYK0.390.4800.76
HSL250.34º31.18%18.24%-
HSV(B)250.34º47.54%23.92%-
XYZ2.121.764.64-
YUV36.8141.66128.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.46%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 61 (24.22% from 255) = 46.92%
R=28.46%
G=24.62%
B=46.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3732610.390.4800.76250.3431.1818.24
Hex25203D273004Cfa1f12
Octal454075476001143723722
Binary10010110000011110110011111000001001100111110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25203D; }

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

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

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

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

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

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

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

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