Html Css Color HEX #25263E Valhalla

📋 copy color: '#25263E'

red 37 ◦ green 38 ◦ blue 62

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

Shades of Valhalla #25263E

Tints of Valhalla #25263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 45.26%

R = 27.01%
G = 27.74%
B = 45.26%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25263E (or 0x25263E) is known color: Valhalla. HEX triplet: 25, 26 and 3E. RGB value is (37,38,62). Sum of RGB (Red+Green+Blue) = 37+38+62=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 62 - color contains mainly: blue. Hex color #25263E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25263E is #DAD9C1. Grayscale: #282828. Windows color (decimal): -14342594 or 4072997. OLE color: 4072997.

HSL color Cylindrical-coordinate representation of color #25263E: hue angle of 237.6º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25263E is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 38 62 -
CMYK 0.40 0.39 0 0.76
HSL 237.6º 0.25% 0.19% -
HSV(B) 237.6º 0.4% 0.24% -
XYZ 2.33 2.13 4.85 -
YUV 40.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 37 38 62 0.40 0.39 0 0.76 237.6 0.25 0.19
Hex 25 26 3E 28 27 0 4C EE 19 13
Octal 45 46 76 50 47 0 114 356 31 23
Binary 100101 100110 111110 101000 100111 0 1001100 11101110 11001 10011

Color Harmonies of #25263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25263E

Black with #25263E

Text Example


Text Example

White with #25263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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