Html Css Color HEX #213344 Midnight

📋 copy color: '#213344'

red 33 ◦ green 51 ◦ blue 68

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

Shades of Midnight #213344

Tints of Midnight #213344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 44.74%

R = 21.71%
G = 33.55%
B = 44.74%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#213344 (or 0x213344) is known color: Midnight. HEX triplet: 21, 33 and 44. RGB value is (33,51,68). Sum of RGB (Red+Green+Blue) = 33+51+68=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #213344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213344 is #DECCBB. Grayscale: #2F2F2F. Windows color (decimal): -14601404 or 4469537. OLE color: 4469537.

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

Color convert

RGB 33 51 68 -
CMYK 0.51 0.25 0 0.73
HSL 209.14º 0.35% 0.2% -
HSV(B) 209.14º 0.51% 0.27% -
XYZ 2.85 3.11 5.92 -
YUV 47.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 33 51 68 0.51 0.25 0 0.73 209.14 0.35 0.2
Hex 21 33 44 33 19 0 49 D1 23 14
Octal 41 63 104 63 31 0 111 321 43 24
Binary 100001 110011 1000100 110011 11001 0 1001001 11010001 100011 10100

Color Harmonies of #213344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213344

Black with #213344

Text Example


Text Example

White with #213344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213344; }

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

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

background-color css

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

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

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

border-color css

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

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

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