#252748

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

Shades of Valhalla #252748

Tints of Valhalla #252748

Color information

#252748 (or 0x252748) is unknown color: approx Valhalla. HEX triplet: 25, 27 and 48. RGB value is (37,39,72). Sum of RGB (Red+Green+Blue) = 37+39+72=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #252748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252748 is #DAD8B7. Grayscale: #2A2A2A. Windows color (decimal): -14342328 or 4728613. OLE color: 4728613.

HSL color Cylindrical-coordinate representation of color #252748: hue angle of 236.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252748 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB373972-
CMYK0.490.4600.72
HSL236.57º32.11%21.37%-
HSV(B)236.57º48.61%28.24%-
XYZ2.662.316.44-
YUV42.16144.84124.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=25%
G=26.35%
B=48.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3739720.490.4600.72236.5732.1121.37
Hex252748312E048ed2015
Octal4547110615601103554025
Binary1001011001111001000110001101110010010001110110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252748; }

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

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

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

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

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

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

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

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