#22354C

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

Shades of Midnight #22354C

Tints of Midnight #22354C

Color information

#22354C (or 0x22354C) is unknown color: approx Midnight. HEX triplet: 22, 35 and 4C. RGB value is (34,53,76). Sum of RGB (Red+Green+Blue) = 34+53+76=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #22354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22354C is #DDCAB3. Grayscale: #313131. Windows color (decimal): -14535348 or 4994338. OLE color: 4994338.

HSL color Cylindrical-coordinate representation of color #22354C: hue angle of 212.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22354C is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB345376-
CMYK0.550.3000.70
HSL212.86º38.18%21.57%-
HSV(B)212.86º55.26%29.8%-
XYZ3.243.417.32-
YUV49.94142.71116.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 76 (30.08% from 255) = 46.63%
R=20.86%
G=32.52%
B=46.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3453760.550.3000.70212.8638.1821.57
Hex22354C371E046d52616
Octal4265114673601063254626
Binary100010110101100110011011111110010001101101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22354C; }

 p { color: rgb(34,53,76); }

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

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

 a { background-color: rgb(34,53,76); }

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

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

 span { border-color: rgb(34,53,76); }

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