#242646

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

Shades of Valhalla #242646

Tints of Valhalla #242646

Color information

#242646 (or 0x242646) is unknown color: approx Valhalla. HEX triplet: 24, 26 and 46. RGB value is (36,38,70). Sum of RGB (Red+Green+Blue) = 36+38+70=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #242646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242646 is #DBD9B9. Grayscale: #282828. Windows color (decimal): -14408122 or 4597284. OLE color: 4597284.

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

Color convert

RGB363870-
CMYK0.490.4600.73
HSL236.47º32.08%20.78%-
HSV(B)236.47º48.57%27.45%-
XYZ2.532.26.09-
YUV41.05144.34124.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 70 (27.73% from 255) = 48.61%
R=25%
G=26.39%
B=48.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3638700.490.4600.73236.4732.0820.78
Hex242646312E049ec2015
Octal4446106615601113544025
Binary1001001001101000110110001101110010010011110110010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242646; }

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

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

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

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

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

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

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

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