#303246

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

Shades of Valhalla #303246

Tints of Valhalla #303246

Color information

#303246 (or 0x303246) is unknown color: approx Valhalla. HEX triplet: 30, 32 and 46. RGB value is (48,50,70). Sum of RGB (Red+Green+Blue) = 48+50+70=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 70 - color contains mainly: blue. Hex color #303246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303246 is #CFCDB9. Grayscale: #333333. Windows color (decimal): -13618618 or 4600368. OLE color: 4600368.

HSL color Cylindrical-coordinate representation of color #303246: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #303246 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB485070-
CMYK0.310.2900.73
HSL234.55º18.64%23.14%-
HSV(B)234.55º31.43%27.45%-
XYZ3.473.356.26-
YUV51.68138.34125.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 70 (27.73% from 255) = 41.67%
R=28.57%
G=29.76%
B=41.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4850700.310.2900.73234.5518.6423.14
Hex3032461F1D049eb1317
Octal6062106373501113532327
Binary1100001100101000110111111110101001001111010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303246; }

 p { color: rgb(48,50,70); }

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

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

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

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

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

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

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