Html Css Color HEX #213348 Midnight

📋 copy color: '#213348'

red 33 ◦ green 51 ◦ blue 72

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

Shades of Midnight #213348

Tints of Midnight #213348

RGB

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

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

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

R = 21.15%
G = 32.69%
B = 46.15%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#213348 (or 0x213348) is known color: Midnight. HEX triplet: 21, 33 and 48. RGB value is (33,51,72). Sum of RGB (Red+Green+Blue) = 33+51+72=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #213348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213348 is #DECCB7. Grayscale: #2F2F2F. Windows color (decimal): -14601400 or 4731681. OLE color: 4731681.

HSL color Cylindrical-coordinate representation of color #213348: hue angle of 212.31º 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 #213348 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 51 72 -
CMYK 0.54 0.29 0 0.72
HSL 212.31º 0.37% 0.21% -
HSV(B) 212.31º 0.54% 0.28% -
XYZ 2.98 3.16 6.58 -
YUV 48.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 33 51 72 0.54 0.29 0 0.72 212.31 0.37 0.21
Hex 21 33 48 36 1D 0 48 D4 25 15
Octal 41 63 110 66 35 0 110 324 45 25
Binary 100001 110011 1001000 110110 11101 0 1001000 11010100 100101 10101

Color Harmonies of #213348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213348

Black with #213348

Text Example


Text Example

White with #213348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213348; }

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

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

background-color css

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

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

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

border-color css

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

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

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