#252A44

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

Shades of Valhalla #252A44

Tints of Valhalla #252A44

Color information

#252A44 (or 0x252A44) is unknown color: approx Valhalla. HEX triplet: 25, 2A and 44. RGB value is (37,42,68). Sum of RGB (Red+Green+Blue) = 37+42+68=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #252A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A44 is #DAD5BB. Grayscale: #2B2B2B. Windows color (decimal): -14341564 or 4467237. OLE color: 4467237.

HSL color Cylindrical-coordinate representation of color #252A44: hue angle of 230.32º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #252A44 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB374268-
CMYK0.460.3800.73
HSL230.32º29.52%20.59%-
HSV(B)230.32º45.59%26.67%-
XYZ2.632.475.81-
YUV43.47141.84123.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.17%
GREEN value IS 42 (16.80% from 255) = 28.57%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=25.17%
G=28.57%
B=46.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3742680.460.3800.73230.3229.5220.59
Hex252A442E26049e61e15
Octal4552104564601113463625
Binary100101101010100010010111010011001001001111001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252A44; }

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

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

<style>
 a { background-color: #252A44; }

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

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

<style>
 span { border-color: #252A44; }

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

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