Html Css Color HEX #212374 Midnight Blue

📋 copy color: '#212374'

red 33 ◦ green 35 ◦ blue 116

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

Shades of Midnight Blue #212374

Tints of Midnight Blue #212374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

 BLUE value IS 116 (45.7% from 255) = 63.04%

R = 17.93%
G = 19.02%
B = 63.04%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#212374 (or 0x212374) is known color: Midnight Blue. HEX triplet: 21, 23 and 74. RGB value is (33,35,116). Sum of RGB (Red+Green+Blue) = 33+35+116=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #212374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212374 is #DEDC8B. Grayscale: #2B2B2B. Windows color (decimal): -14605452 or 7611169. OLE color: 7611169.

HSL color Cylindrical-coordinate representation of color #212374: hue angle of 238.55º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #212374 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 35 116 -
CMYK 0.72 0.70 0 0.55
HSL 238.55º 0.56% 0.29% -
HSV(B) 238.55º 0.72% 0.45% -
XYZ 4.38 2.79 16.83 -
YUV 43.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 33 35 116 0.72 0.70 0 0.55 238.55 0.56 0.29
Hex 21 23 74 48 46 0 37 EF 38 1D
Octal 41 43 164 110 106 0 67 357 70 35
Binary 100001 100011 1110100 1001000 1000110 0 110111 11101111 111000 11101

Color Harmonies of #212374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212374

Black with #212374

Text Example


Text Example

White with #212374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212374; }

 p { color: rgb(33,35,116); }

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

background-color css

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

 a { background-color: rgb(33,35,116); }

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

border-color css

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

 span { border-color: rgb(33,35,116); }

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