#26253F

Color #26253F Valhalla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valhalla #26253F

Tints of Valhalla #26253F

Color information

#26253F (or 0x26253F) is unknown color: approx Valhalla. HEX triplet: 26, 25 and 3F. RGB value is (38,37,63). Sum of RGB (Red+Green+Blue) = 38+37+63=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #26253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26253F is #D9DAC0. Grayscale: #282828. Windows color (decimal): -14277313 or 4138278. OLE color: 4138278.

HSL color Cylindrical-coordinate representation of color #26253F: hue angle of 242.31º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #26253F is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB383763-
CMYK0.400.4100.75
HSL242.31º26%19.61%-
HSV(B)242.31º41.27%24.71%-
XYZ2.362.094.98-
YUV40.26140.83126.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 63 (25% from 255) = 45.65%
R=27.54%
G=26.81%
B=45.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3837630.400.4100.75242.312619.61
Hex26253F282904Bf21a14
Octal464577505101133623224
Binary10011010010111111110100010100101001011111100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26253F; }

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

 H1.HeaderClassName
 {
   color: #26253F;
 }
 .AnyTagClassName
 {
   color: #26253F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #26253F;
 }
 .BgClassName
 {
   background-color: #26253F;
 }
</style>
border-color css

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

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

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