#25253E

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

Shades of Valhalla #25253E

Tints of Valhalla #25253E

Color information

#25253E (or 0x25253E) is unknown color: approx Valhalla. HEX triplet: 25, 25 and 3E. RGB value is (37,37,62). Sum of RGB (Red+Green+Blue) = 37+37+62=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 62 - color contains mainly: blue. Hex color #25253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25253E is #DADAC1. Grayscale: #272727. Windows color (decimal): -14342850 or 4072741. OLE color: 4072741.

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

Color convert

RGB373762-
CMYK0.400.4000.76
HSL240º25.25%19.41%-
HSV(B)240º40.32%24.31%-
XYZ2.292.064.83-
YUV39.85140.5125.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.21%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 62 (24.61% from 255) = 45.59%
R=27.21%
G=27.21%
B=45.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3737620.400.4000.7624025.2519.41
Hex25253E282804Cf01913
Octal454576505001143603123
Binary10010110010111111010100010100001001100111100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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