#222341

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

Shades of Valhalla #222341

Tints of Valhalla #222341

Color information

#222341 (or 0x222341) is unknown color: approx Valhalla. HEX triplet: 22, 23 and 41. RGB value is (34,35,65). Sum of RGB (Red+Green+Blue) = 34+35+65=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #222341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222341 is #DDDCBE. Grayscale: #262626. Windows color (decimal): -14539967 or 4268834. OLE color: 4268834.

HSL color Cylindrical-coordinate representation of color #222341: hue angle of 238.06º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #222341 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB343565-
CMYK0.480.4600.75
HSL238.06º31.31%19.41%-
HSV(B)238.06º47.69%25.49%-
XYZ2.211.925.26-
YUV38.12143.17125.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.37%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=25.37%
G=26.12%
B=48.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3435650.480.4600.75238.0631.3119.41
Hex222341302E04Bee1f13
Octal4243101605601133563723
Binary100010100011100000111000010111001001011111011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222341; }

 p { color: rgb(34,35,65); }

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

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

 a { background-color: rgb(34,35,65); }

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

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

 span { border-color: rgb(34,35,65); }

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