#28193E

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

Shades of Tolopea #28193E

Tints of Tolopea #28193E

Color information

#28193E (or 0x28193E) is unknown color: approx Tolopea. HEX triplet: 28, 19 and 3E. RGB value is (40,25,62). Sum of RGB (Red+Green+Blue) = 40+25+62=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 62 - color contains mainly: blue. Hex color #28193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28193E is #D7E6C1. Grayscale: #212121. Windows color (decimal): -14149314 or 4069672. OLE color: 4069672.

HSL color Cylindrical-coordinate representation of color #28193E: hue angle of 264.32º 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 #28193E is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB402562-
CMYK0.350.6000.76
HSL264.32º42.53%17.06%-
HSV(B)264.32º59.68%24.31%-
XYZ2.091.494.74-
YUV33.7143.97132.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.50%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 62 (24.61% from 255) = 48.82%
R=31.50%
G=19.69%
B=48.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4025620.350.6000.76264.3242.5317.06
Hex28193E233C04C1082b11
Octal503176437401144105321
Binary101000110011111101000111111000100110010000100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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