#242347

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

Shades of Valhalla #242347

Tints of Valhalla #242347

Color information

#242347 (or 0x242347) is unknown color: approx Valhalla. HEX triplet: 24, 23 and 47. RGB value is (36,35,71). Sum of RGB (Red+Green+Blue) = 36+35+71=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #242347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242347 is #DBDCB8. Grayscale: #272727. Windows color (decimal): -14408889 or 4662052. OLE color: 4662052.

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

Color convert

RGB363571-
CMYK0.490.5100.72
HSL241.67º33.96%20.78%-
HSV(B)241.67º50.7%27.84%-
XYZ2.472.036.22-
YUV39.4145.83125.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 71 (28.12% from 255) = 50%
R=25.35%
G=24.65%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3635710.490.5100.72241.6733.9620.78
Hex2423473133048f22215
Octal4443107616301103624225
Binary1001001000111000111110001110011010010001111001010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242347; }

 p { color: rgb(36,35,71); }

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

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

 a { background-color: rgb(36,35,71); }

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

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

 span { border-color: rgb(36,35,71); }

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