#242748

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

Shades of Valhalla #242748

Tints of Valhalla #242748

Color information

#242748 (or 0x242748) is unknown color: approx Valhalla. HEX triplet: 24, 27 and 48. RGB value is (36,39,72). Sum of RGB (Red+Green+Blue) = 36+39+72=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #242748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242748 is #DBD8B7. Grayscale: #292929. Windows color (decimal): -14407864 or 4728612. OLE color: 4728612.

HSL color Cylindrical-coordinate representation of color #242748: hue angle of 235º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #242748 is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB363972-
CMYK0.50.4600.72
HSL235º33.33%21.18%-
HSV(B)235º50%28.24%-
XYZ2.622.296.44-
YUV41.86145.01123.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 72 (28.52% from 255) = 48.98%
R=24.49%
G=26.53%
B=48.98%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3639720.50.4600.7223533.3321.18
Hex242748322E048eb2115
Octal4447110625601103534125
Binary1001001001111001000110010101110010010001110101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242748; }

 p { color: rgb(36,39,72); }

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

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

 a { background-color: rgb(36,39,72); }

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

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

 span { border-color: rgb(36,39,72); }

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