Html Css Color HEX #213446 Midnight

📋 copy color: '#213446'

red 33 ◦ green 52 ◦ blue 70

#213446
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight #213446

Tints of Midnight #213446

RGB

 RED value IS 33 (13.28% from 255) = 21.29%

 GREEN value IS 52 (20.7% from 255) = 33.55%

 BLUE value IS 70 (27.73% from 255) = 45.16%

R = 21.29%
G = 33.55%
B = 45.16%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#213446 (or 0x213446) is known color: Midnight. HEX triplet: 21, 34 and 46. RGB value is (33,52,70). Sum of RGB (Red+Green+Blue) = 33+52+70=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #213446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213446 is #DECBB9. Grayscale: #303030. Windows color (decimal): -14601146 or 4600865. OLE color: 4600865.

HSL color Cylindrical-coordinate representation of color #213446: hue angle of 209.19º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #213446 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 52 70 -
CMYK 0.53 0.26 0 0.73
HSL 209.19º 0.36% 0.2% -
HSV(B) 209.19º 0.53% 0.27% -
XYZ 2.96 3.22 6.26 -
YUV 48.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 33 52 70 0.53 0.26 0 0.73 209.19 0.36 0.2
Hex 21 34 46 35 1A 0 49 D1 24 14
Octal 41 64 106 65 32 0 111 321 44 24
Binary 100001 110100 1000110 110101 11010 0 1001001 11010001 100100 10100

Color Harmonies of #213446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213446

Black with #213446

Text Example


Text Example

White with #213446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213446; }

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

 H1.HeaderClassName
 {
   color: #213446;
 }
 .AnyTagClassName
 {
   color: #213446;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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