#262A41

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

Shades of Valhalla #262A41

Tints of Valhalla #262A41

Color information

#262A41 (or 0x262A41) is unknown color: approx Valhalla. HEX triplet: 26, 2A and 41. RGB value is (38,42,65). Sum of RGB (Red+Green+Blue) = 38+42+65=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #262A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A41 is #D9D5BE. Grayscale: #2B2B2B. Windows color (decimal): -14276031 or 4270630. OLE color: 4270630.

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

Color convert

RGB384265-
CMYK0.420.3500.75
HSL231.11º26.21%20.2%-
HSV(B)231.11º41.54%25.49%-
XYZ2.582.455.34-
YUV43.43140.17124.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=26.21%
G=28.97%
B=44.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3842650.420.3500.75231.1126.2120.2
Hex262A412A2304Be71a14
Octal4652101524301133473224
Binary100110101010100000110101010001101001011111001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262A41; }

 p { color: rgb(38,42,65); }

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

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

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

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

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

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

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