Html Css Color HEX #252640 Valhalla

📋 copy color: '#252640'

red 37 ◦ green 38 ◦ blue 64

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

Shades of Valhalla #252640

Tints of Valhalla #252640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.34%

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

R = 26.62%
G = 27.34%
B = 46.04%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252640 (or 0x252640) is known color: Valhalla. HEX triplet: 25, 26 and 40. RGB value is (37,38,64). Sum of RGB (Red+Green+Blue) = 37+38+64=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #252640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252640 is #DAD9BF. Grayscale: #282828. Windows color (decimal): -14342592 or 4204069. OLE color: 4204069.

HSL color Cylindrical-coordinate representation of color #252640: hue angle of 237.78º 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 #252640 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 38 64 -
CMYK 0.42 0.41 0 0.75
HSL 237.78º 0.27% 0.2% -
HSV(B) 237.78º 0.42% 0.25% -
XYZ 2.38 2.15 5.14 -
YUV 40.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 37 38 64 0.42 0.41 0 0.75 237.78 0.27 0.2
Hex 25 26 40 2A 29 0 4B EE 1B 14
Octal 45 46 100 52 51 0 113 356 33 24
Binary 100101 100110 1000000 101010 101001 0 1001011 11101110 11011 10100

Color Harmonies of #252640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252640

Black with #252640

Text Example


Text Example

White with #252640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252640; }

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

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

background-color css

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

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

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

border-color css

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

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

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