Html Css Color HEX #25263B Valhalla

📋 copy color: '#25263B'

red 37 ◦ green 38 ◦ blue 59

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

Shades of Valhalla #25263B

Tints of Valhalla #25263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 44.03%

R = 27.61%
G = 28.36%
B = 44.03%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25263B (or 0x25263B) is known color: Valhalla. HEX triplet: 25, 26 and 3B. RGB value is (37,38,59). Sum of RGB (Red+Green+Blue) = 37+38+59=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #25263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25263B is #DAD9C4. Grayscale: #282828. Windows color (decimal): -14342597 or 3876389. OLE color: 3876389.

HSL color Cylindrical-coordinate representation of color #25263B: hue angle of 237.27º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #25263B is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 38 59 -
CMYK 0.37 0.36 0 0.77
HSL 237.27º 0.23% 0.19% -
HSV(B) 237.27º 0.37% 0.23% -
XYZ 2.25 2.1 4.42 -
YUV 40.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 37 38 59 0.37 0.36 0 0.77 237.27 0.23 0.19
Hex 25 26 3B 25 24 0 4D ED 17 13
Octal 45 46 73 45 44 0 115 355 27 23
Binary 100101 100110 111011 100101 100100 0 1001101 11101101 10111 10011

Color Harmonies of #25263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25263B

Black with #25263B

Text Example


Text Example

White with #25263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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