#213447

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

Shades of Midnight #213447

Tints of Midnight #213447

Color information

#213447 (or 0x213447) is unknown color: approx Midnight. HEX triplet: 21, 34 and 47. RGB value is (33,52,71). Sum of RGB (Red+Green+Blue) = 33+52+71=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #213447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213447 is #DECBB8. Grayscale: #303030. Windows color (decimal): -14601145 or 4666401. OLE color: 4666401.

HSL color Cylindrical-coordinate representation of color #213447: hue angle of 210º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213447 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB335271-
CMYK0.540.2700.72
HSL210º36.54%20.39%-
HSV(B)210º53.52%27.84%-
XYZ2.993.236.43-
YUV48.48140.71116.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 45.51%
R=21.15%
G=33.33%
B=45.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3352710.540.2700.7221036.5420.39
Hex213447361B048d22514
Octal4164107663301103224524
Binary100001110100100011111011011011010010001101001010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213447; }

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

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

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

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

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

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

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

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