Html Css Color HEX #252748 Valhalla

📋 copy color: '#252748'

red 37 ◦ green 39 ◦ blue 72

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

Shades of Valhalla #252748

Tints of Valhalla #252748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.35%

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

R = 25%
G = 26.35%
B = 48.65%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#252748 (or 0x252748) is known color: Valhalla. HEX triplet: 25, 27 and 48. RGB value is (37,39,72). Sum of RGB (Red+Green+Blue) = 37+39+72=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #252748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252748 is #DAD8B7. Grayscale: #2A2A2A. Windows color (decimal): -14342328 or 4728613. OLE color: 4728613.

HSL color Cylindrical-coordinate representation of color #252748: hue angle of 236.57º 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 #252748 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 39 72 -
CMYK 0.49 0.46 0 0.72
HSL 236.57º 0.32% 0.21% -
HSV(B) 236.57º 0.49% 0.28% -
XYZ 2.66 2.31 6.44 -
YUV 42.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 37 39 72 0.49 0.46 0 0.72 236.57 0.32 0.21
Hex 25 27 48 31 2E 0 48 ED 20 15
Octal 45 47 110 61 56 0 110 355 40 25
Binary 100101 100111 1001000 110001 101110 0 1001000 11101101 100000 10101

Color Harmonies of #252748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252748

Black with #252748

Text Example


Text Example

White with #252748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252748; }

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

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

background-color css

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

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

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

border-color css

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

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

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