Html Css Color HEX #252549 Valhalla

📋 copy color: '#252549'

red 37 ◦ green 37 ◦ blue 73

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

Shades of Valhalla #252549

Tints of Valhalla #252549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.17%

 BLUE value IS 73 (28.91% from 255) = 49.66%

R = 25.17%
G = 25.17%
B = 49.66%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#252549 (or 0x252549) is known color: Valhalla. HEX triplet: 25, 25 and 49. RGB value is (37,37,73). Sum of RGB (Red+Green+Blue) = 37+37+73=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #252549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252549 is #DADAB6. Grayscale: #282828. Windows color (decimal): -14342839 or 4793637. OLE color: 4793637.

HSL color Cylindrical-coordinate representation of color #252549: hue angle of 240º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252549 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 37 73 -
CMYK 0.49 0.49 0 0.71
HSL 240º 0.33% 0.22% -
HSV(B) 240º 0.49% 0.29% -
XYZ 2.63 2.2 6.59 -
YUV 41.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 37 37 73 0.49 0.49 0 0.71 240 0.33 0.22
Hex 25 25 49 31 31 0 47 F0 21 16
Octal 45 45 111 61 61 0 107 360 41 26
Binary 100101 100101 1001001 110001 110001 0 1000111 11110000 100001 10110

Color Harmonies of #252549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252549

Black with #252549

Text Example


Text Example

White with #252549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252549; }

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

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

background-color css

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

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

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

border-color css

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

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

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