#25263E

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

Shades of Valhalla #25263E

Tints of Valhalla #25263E

Color information

#25263E (or 0x25263E) is unknown color: approx Valhalla. HEX triplet: 25, 26 and 3E. RGB value is (37,38,62). Sum of RGB (Red+Green+Blue) = 37+38+62=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 62 - color contains mainly: blue. Hex color #25263E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25263E is #DAD9C1. Grayscale: #282828. Windows color (decimal): -14342594 or 4072997. OLE color: 4072997.

HSL color Cylindrical-coordinate representation of color #25263E: hue angle of 237.6º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25263E is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB373862-
CMYK0.400.3900.76
HSL237.6º25.25%19.41%-
HSV(B)237.6º40.32%24.31%-
XYZ2.332.134.85-
YUV40.44140.17125.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 62 (24.61% from 255) = 45.26%
R=27.01%
G=27.74%
B=45.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3738620.400.3900.76237.625.2519.41
Hex25263E282704Cee1913
Octal454676504701143563123
Binary10010110011011111010100010011101001100111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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