Html Css Color HEX #213346 Midnight

📋 copy color: '#213346'

red 33 ◦ green 51 ◦ blue 70

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

Shades of Midnight #213346

Tints of Midnight #213346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.12%

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

R = 21.43%
G = 33.12%
B = 45.45%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#213346 (or 0x213346) is known color: Midnight. HEX triplet: 21, 33 and 46. RGB value is (33,51,70). Sum of RGB (Red+Green+Blue) = 33+51+70=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: blue. Hex color #213346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213346 is #DECCB9. Grayscale: #2F2F2F. Windows color (decimal): -14601402 or 4600609. OLE color: 4600609.

HSL color Cylindrical-coordinate representation of color #213346: hue angle of 210.81º 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 #213346 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 51 70 -
CMYK 0.53 0.27 0 0.73
HSL 210.81º 0.36% 0.2% -
HSV(B) 210.81º 0.53% 0.27% -
XYZ 2.92 3.13 6.25 -
YUV 47.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 33 51 70 0.53 0.27 0 0.73 210.81 0.36 0.2
Hex 21 33 46 35 1B 0 49 D3 24 14
Octal 41 63 106 65 33 0 111 323 44 24
Binary 100001 110011 1000110 110101 11011 0 1001001 11010011 100100 10100

Color Harmonies of #213346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213346

Black with #213346

Text Example


Text Example

White with #213346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213346; }

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

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

background-color css

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

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

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

border-color css

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

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

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