#262646

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

Shades of Valhalla #262646

Tints of Valhalla #262646

Color information

#262646 (or 0x262646) is unknown color: approx Valhalla. HEX triplet: 26, 26 and 46. RGB value is (38,38,70). Sum of RGB (Red+Green+Blue) = 38+38+70=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #262646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262646 is #D9D9B9. Grayscale: #292929. Windows color (decimal): -14277050 or 4597286. OLE color: 4597286.

HSL color Cylindrical-coordinate representation of color #262646: hue angle of 240º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #262646 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB383870-
CMYK0.460.4600.73
HSL240º29.63%21.18%-
HSV(B)240º45.71%27.45%-
XYZ2.62.246.09-
YUV41.65144125.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.03%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=26.03%
G=26.03%
B=47.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3838700.460.4600.7324029.6321.18
Hex2626462E2E049f01e15
Octal4646106565601113603625
Binary100110100110100011010111010111001001001111100001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262646; }

 p { color: rgb(38,38,70); }

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

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

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

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

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

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

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