Html Css Color HEX #213248 Midnight

📋 copy color: '#213248'

red 33 ◦ green 50 ◦ blue 72

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

Shades of Midnight #213248

Tints of Midnight #213248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

 BLUE value IS 72 (28.52% from 255) = 46.45%

R = 21.29%
G = 32.26%
B = 46.45%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#213248 (or 0x213248) is known color: Midnight. HEX triplet: 21, 32 and 48. RGB value is (33,50,72). Sum of RGB (Red+Green+Blue) = 33+50+72=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #213248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213248 is #DECDB7. Grayscale: #2F2F2F. Windows color (decimal): -14601656 or 4731425. OLE color: 4731425.

HSL color Cylindrical-coordinate representation of color #213248: hue angle of 213.85º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213248 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 50 72 -
CMYK 0.54 0.31 0 0.72
HSL 213.85º 0.37% 0.21% -
HSV(B) 213.85º 0.54% 0.28% -
XYZ 2.94 3.07 6.57 -
YUV 47.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 33 50 72 0.54 0.31 0 0.72 213.85 0.37 0.21
Hex 21 32 48 36 1F 0 48 D6 25 15
Octal 41 62 110 66 37 0 110 326 45 25
Binary 100001 110010 1001000 110110 11111 0 1001000 11010110 100101 10101

Color Harmonies of #213248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213248

Black with #213248

Text Example


Text Example

White with #213248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213248; }

 p { color: rgb(33,50,72); }

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

background-color css

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

 a { background-color: rgb(33,50,72); }

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

border-color css

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

 span { border-color: rgb(33,50,72); }

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