Html Css Color HEX #25254A Valhalla

📋 copy color: '#25254A'

red 37 ◦ green 37 ◦ blue 74

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

Shades of Valhalla #25254A

Tints of Valhalla #25254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25254A (or 0x25254A) is known color: Valhalla. HEX triplet: 25, 25 and 4A. RGB value is (37,37,74). Sum of RGB (Red+Green+Blue) = 37+37+74=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #25254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25254A is #DADAB5. Grayscale: #292929. Windows color (decimal): -14342838 or 4859173. OLE color: 4859173.

HSL color Cylindrical-coordinate representation of color #25254A: 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.5%. Process color model (Four color, CMYK) of #25254A is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 37 74 -
CMYK 0.50 0.50 0 0.71
HSL 240º 0.33% 0.22% -
HSV(B) 240º 0.5% 0.29% -
XYZ 2.66 2.21 6.77 -
YUV 41.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 37 37 74 0.50 0.50 0 0.71 240 0.33 0.22
Hex 25 25 4A 32 32 0 47 F0 21 16
Octal 45 45 112 62 62 0 107 360 41 26
Binary 100101 100101 1001010 110010 110010 0 1000111 11110000 100001 10110

Color Harmonies of #25254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25254A

Black with #25254A

Text Example


Text Example

White with #25254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25254A; }

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

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

background-color css

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

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

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

border-color css

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

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

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