Html Css Color HEX #252448 Valhalla

📋 copy color: '#252448'

red 37 ◦ green 36 ◦ blue 72

#252448
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valhalla #252448

Tints of Valhalla #252448

RGB

 RED value IS 37 (14.84% from 255) = 25.52%

 GREEN value IS 36 (14.45% from 255) = 24.83%

 BLUE value IS 72 (28.52% from 255) = 49.66%

R = 25.52%
G = 24.83%
B = 49.66%

CMYK

 C value IS 0.49

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#252448 (or 0x252448) is known color: Valhalla. HEX triplet: 25, 24 and 48. RGB value is (37,36,72). Sum of RGB (Red+Green+Blue) = 37+36+72=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #252448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252448 is #DADBB7. Grayscale: #282828. Windows color (decimal): -14343096 or 4727845. OLE color: 4727845.

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

Color convert

RGB 37 36 72 -
CMYK 0.49 0.5 0 0.72
HSL 241.67º 0.33% 0.21% -
HSV(B) 241.67º 0.5% 0.28% -
XYZ 2.56 2.12 6.41 -
YUV 40.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 37 36 72 0.49 0.5 0 0.72 241.67 0.33 0.21
Hex 25 24 48 31 32 0 48 F2 21 15
Octal 45 44 110 61 62 0 110 362 41 25
Binary 100101 100100 1001000 110001 110010 0 1001000 11110010 100001 10101

Color Harmonies of #252448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252448

Black with #252448

Text Example


Text Example

White with #252448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252448; }

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

 H1.HeaderClassName
 {
   color: #252448;
 }
 .AnyTagClassName
 {
   color: #252448;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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