#21344B

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

Shades of Midnight #21344B

Tints of Midnight #21344B

Color information

#21344B (or 0x21344B) is unknown color: approx Midnight. HEX triplet: 21, 34 and 4B. RGB value is (33,52,75). Sum of RGB (Red+Green+Blue) = 33+52+75=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #21344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21344B is #DECBB4. Grayscale: #303030. Windows color (decimal): -14601141 or 4928545. OLE color: 4928545.

HSL color Cylindrical-coordinate representation of color #21344B: hue angle of 212.86º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21344B is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB335275-
CMYK0.560.3100.71
HSL212.86º38.89%21.18%-
HSV(B)212.86º56%29.41%-
XYZ3.133.297.13-
YUV48.94142.71116.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 75 (29.69% from 255) = 46.88%
R=20.62%
G=32.5%
B=46.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3352750.560.3100.71212.8638.8921.18
Hex21344B381F047d52715
Octal4164113703701073254725
Binary100001110100100101111100011111010001111101010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21344B; }

 p { color: rgb(33,52,75); }

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

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

 a { background-color: rgb(33,52,75); }

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

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

 span { border-color: rgb(33,52,75); }

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