#23354A

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

Shades of Midnight #23354A

Tints of Midnight #23354A

Color information

#23354A (or 0x23354A) is unknown color: approx Midnight. HEX triplet: 23, 35 and 4A. RGB value is (35,53,74). Sum of RGB (Red+Green+Blue) = 35+53+74=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #23354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23354A is #DCCAB5. Grayscale: #313131. Windows color (decimal): -14469814 or 4863267. OLE color: 4863267.

HSL color Cylindrical-coordinate representation of color #23354A: hue angle of 212.31º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23354A is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB355374-
CMYK0.530.2800.71
HSL212.31º35.78%21.37%-
HSV(B)212.31º52.7%29.02%-
XYZ3.23.46.97-
YUV50.01141.54117.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=21.60%
G=32.72%
B=45.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3553740.530.2800.71212.3135.7821.37
Hex23354A351C047d42415
Octal4365112653401073244425
Binary100011110101100101011010111100010001111101010010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23354A; }

 p { color: rgb(35,53,74); }

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

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

 a { background-color: rgb(35,53,74); }

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

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

 span { border-color: rgb(35,53,74); }

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