Html Css Color HEX #213343 Midnight

📋 copy color: '#213343'

red 33 ◦ green 51 ◦ blue 67

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

Shades of Midnight #213343

Tints of Midnight #213343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 44.37%

R = 21.85%
G = 33.77%
B = 44.37%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#213343 (or 0x213343) is known color: Midnight. HEX triplet: 21, 33 and 43. RGB value is (33,51,67). Sum of RGB (Red+Green+Blue) = 33+51+67=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 67 - color contains mainly: blue. Hex color #213343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213343 is #DECCBC. Grayscale: #2F2F2F. Windows color (decimal): -14601405 or 4404001. OLE color: 4404001.

HSL color Cylindrical-coordinate representation of color #213343: hue angle of 208.24º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213343 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 51 67 -
CMYK 0.51 0.24 0 0.74
HSL 208.24º 0.34% 0.2% -
HSV(B) 208.24º 0.51% 0.26% -
XYZ 2.82 3.1 5.76 -
YUV 47.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 33 51 67 0.51 0.24 0 0.74 208.24 0.34 0.2
Hex 21 33 43 33 18 0 4A D0 22 14
Octal 41 63 103 63 30 0 112 320 42 24
Binary 100001 110011 1000011 110011 11000 0 1001010 11010000 100010 10100

Color Harmonies of #213343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213343

Black with #213343

Text Example


Text Example

White with #213343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213343; }

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

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

background-color css

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

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

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

border-color css

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

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

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