#2A253F

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

Shades of Tolopea #2A253F

Tints of Tolopea #2A253F

Color information

#2A253F (or 0x2A253F) is unknown color: approx Tolopea. HEX triplet: 2A, 25 and 3F. RGB value is (42,37,63). Sum of RGB (Red+Green+Blue) = 42+37+63=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #2A253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A253F is #D5DAC0. Grayscale: #292929. Windows color (decimal): -14015169 or 4138282. OLE color: 4138282.

HSL color Cylindrical-coordinate representation of color #2A253F: hue angle of 251.54º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2A253F is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB423763-
CMYK0.330.4100.75
HSL251.54º26%19.61%-
HSV(B)251.54º41.27%24.71%-
XYZ2.512.174.99-
YUV41.46140.16128.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.58%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 63 (25% from 255) = 44.37%
R=29.58%
G=26.06%
B=44.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4237630.330.4100.75251.542619.61
Hex2A253F212904Bfc1a14
Octal524577415101133743224
Binary10101010010111111110000110100101001011111111001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A253F; }

 p { color: rgb(42,37,63); }

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

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

 a { background-color: rgb(42,37,63); }

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

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

 span { border-color: rgb(42,37,63); }

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