#25264A

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

Shades of Valhalla #25264A

Tints of Valhalla #25264A

Color information

#25264A (or 0x25264A) is unknown color: approx Valhalla. HEX triplet: 25, 26 and 4A. RGB value is (37,38,74). Sum of RGB (Red+Green+Blue) = 37+38+74=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #25264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25264A is #DAD9B5. Grayscale: #292929. Windows color (decimal): -14342582 or 4859429. OLE color: 4859429.

HSL color Cylindrical-coordinate representation of color #25264A: hue angle of 238.38º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25264A is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB373874-
CMYK0.500.4900.71
HSL238.38º33.33%21.76%-
HSV(B)238.38º50%29.02%-
XYZ2.692.276.78-
YUV41.8146.17124.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 74 (29.30% from 255) = 49.66%
R=24.83%
G=25.50%
B=49.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3738740.500.4900.71238.3833.3321.76
Hex25264A3231047ee2116
Octal4546112626101073564126
Binary1001011001101001010110010110001010001111110111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25264A; }

 p { color: rgb(37,38,74); }

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

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

 a { background-color: rgb(37,38,74); }

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

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

 span { border-color: rgb(37,38,74); }

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