Html Css Color HEX #252648 Valhalla

📋 copy color: '#252648'

red 37 ◦ green 38 ◦ blue 72

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

Shades of Valhalla #252648

Tints of Valhalla #252648

RGB

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

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

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

R = 25.17%
G = 25.85%
B = 48.98%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#252648 (or 0x252648) is known color: Valhalla. HEX triplet: 25, 26 and 48. RGB value is (37,38,72). Sum of RGB (Red+Green+Blue) = 37+38+72=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #252648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252648 is #DAD9B7. Grayscale: #292929. Windows color (decimal): -14342584 or 4728357. OLE color: 4728357.

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

Color convert

RGB 37 38 72 -
CMYK 0.49 0.47 0 0.72
HSL 238.29º 0.32% 0.21% -
HSV(B) 238.29º 0.49% 0.28% -
XYZ 2.63 2.25 6.43 -
YUV 41.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 37 38 72 0.49 0.47 0 0.72 238.29 0.32 0.21
Hex 25 26 48 31 2F 0 48 EE 20 15
Octal 45 46 110 61 57 0 110 356 40 25
Binary 100101 100110 1001000 110001 101111 0 1001000 11101110 100000 10101

Color Harmonies of #252648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252648

Black with #252648

Text Example


Text Example

White with #252648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252648; }

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

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

background-color css

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

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

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

border-color css

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

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

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