Html Css Color HEX #212275 Midnight Blue

📋 copy color: '#212275'

red 33 ◦ green 34 ◦ blue 117

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

Shades of Midnight Blue #212275

Tints of Midnight Blue #212275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.48%

 BLUE value IS 117 (46.09% from 255) = 63.59%

R = 17.93%
G = 18.48%
B = 63.59%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#212275 (or 0x212275) is known color: Midnight Blue. HEX triplet: 21, 22 and 75. RGB value is (33,34,117). Sum of RGB (Red+Green+Blue) = 33+34+117=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #212275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212275 is #DEDD8A. Grayscale: #2A2A2A. Windows color (decimal): -14605707 or 7676449. OLE color: 7676449.

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

Color convert

RGB 33 34 117 -
CMYK 0.72 0.71 0 0.54
HSL 239.29º 0.56% 0.29% -
HSV(B) 239.29º 0.72% 0.46% -
XYZ 4.41 2.75 17.13 -
YUV 43.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 33 34 117 0.72 0.71 0 0.54 239.29 0.56 0.29
Hex 21 22 75 48 47 0 36 EF 38 1D
Octal 41 42 165 110 107 0 66 357 70 35
Binary 100001 100010 1110101 1001000 1000111 0 110110 11101111 111000 11101

Color Harmonies of #212275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212275

Black with #212275

Text Example


Text Example

White with #212275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212275; }

 p { color: rgb(33,34,117); }

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

background-color css

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

 a { background-color: rgb(33,34,117); }

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

border-color css

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

 span { border-color: rgb(33,34,117); }

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