Html Css Color HEX #212261 Midnight Blue

📋 copy color: '#212261'

red 33 ◦ green 34 ◦ blue 97

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

Shades of Midnight Blue #212261

Tints of Midnight Blue #212261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 59.15%

R = 20.12%
G = 20.73%
B = 59.15%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#212261 (or 0x212261) is known color: Midnight Blue. HEX triplet: 21, 22 and 61. RGB value is (33,34,97). Sum of RGB (Red+Green+Blue) = 33+34+97=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #212261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212261 is #DEDD9E. Grayscale: #282828. Windows color (decimal): -14605727 or 6365729. OLE color: 6365729.

HSL color Cylindrical-coordinate representation of color #212261: hue angle of 239.06º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212261 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 34 97 -
CMYK 0.66 0.65 0 0.62
HSL 239.06º 0.49% 0.25% -
HSV(B) 239.06º 0.66% 0.38% -
XYZ 3.36 2.33 11.58 -
YUV 40.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 33 34 97 0.66 0.65 0 0.62 239.06 0.49 0.25
Hex 21 22 61 42 41 0 3E EF 31 19
Octal 41 42 141 102 101 0 76 357 61 31
Binary 100001 100010 1100001 1000010 1000001 0 111110 11101111 110001 11001

Color Harmonies of #212261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212261

Black with #212261

Text Example


Text Example

White with #212261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212261; }

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

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

background-color css

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

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

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

border-color css

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

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

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