#252744

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

Shades of Valhalla #252744

Tints of Valhalla #252744

Color information

#252744 (or 0x252744) is unknown color: approx Valhalla. HEX triplet: 25, 27 and 44. RGB value is (37,39,68). Sum of RGB (Red+Green+Blue) = 37+39+68=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #252744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252744 is #DAD8BB. Grayscale: #292929. Windows color (decimal): -14342332 or 4466469. OLE color: 4466469.

HSL color Cylindrical-coordinate representation of color #252744: hue angle of 236.13º 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 #252744 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB373968-
CMYK0.460.4300.73
HSL236.13º29.52%20.59%-
HSV(B)236.13º45.59%26.67%-
XYZ2.532.265.77-
YUV41.71142.84124.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 68 (26.95% from 255) = 47.22%
R=25.69%
G=27.08%
B=47.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3739680.460.4300.73236.1329.5220.59
Hex2527442E2B049ec1e15
Octal4547104565301113543625
Binary100101100111100010010111010101101001001111011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252744; }

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

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

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

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

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

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

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

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