Html Css Color HEX #252540 Valhalla

📋 copy color: '#252540'

red 37 ◦ green 37 ◦ blue 64

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

Shades of Valhalla #252540

Tints of Valhalla #252540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 46.38%

R = 26.81%
G = 26.81%
B = 46.38%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252540 (or 0x252540) is known color: Valhalla. HEX triplet: 25, 25 and 40. RGB value is (37,37,64). Sum of RGB (Red+Green+Blue) = 37+37+64=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #252540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252540 is #DADABF. Grayscale: #272727. Windows color (decimal): -14342848 or 4203813. OLE color: 4203813.

HSL color Cylindrical-coordinate representation of color #252540: hue angle of 240º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #252540 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 37 64 -
CMYK 0.42 0.42 0 0.75
HSL 240º 0.27% 0.2% -
HSV(B) 240º 0.42% 0.25% -
XYZ 2.35 2.09 5.13 -
YUV 40.08 141.5 125.8 -
System Red Green Blue C M Y K H S L
Decimal 37 37 64 0.42 0.42 0 0.75 240 0.27 0.2
Hex 25 25 40 2A 2A 0 4B F0 1B 14
Octal 45 45 100 52 52 0 113 360 33 24
Binary 100101 100101 1000000 101010 101010 0 1001011 11110000 11011 10100

Color Harmonies of #252540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252540

Black with #252540

Text Example


Text Example

White with #252540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252540; }

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

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

background-color css

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

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

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

border-color css

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

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

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