Html Css Color HEX #203348 Midnight

📋 copy color: '#203348'

red 32 ◦ green 51 ◦ blue 72

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

Shades of Midnight #203348

Tints of Midnight #203348

RGB

 RED value IS 32 (12.89% from 255) = 20.65%

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

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

R = 20.65%
G = 32.9%
B = 46.45%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#203348 (or 0x203348) is known color: Midnight. HEX triplet: 20, 33 and 48. RGB value is (32,51,72). Sum of RGB (Red+Green+Blue) = 32+51+72=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 51 (20.31% from 255 or 32.90% 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 #203348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203348 is #DFCCB7. Grayscale: #2F2F2F. Windows color (decimal): -14666936 or 4731680. OLE color: 4731680.

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

Color convert

RGB 32 51 72 -
CMYK 0.56 0.29 0 0.72
HSL 211.5º 0.38% 0.2% -
HSV(B) 211.5º 0.56% 0.28% -
XYZ 2.95 3.14 6.58 -
YUV 47.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 32 51 72 0.56 0.29 0 0.72 211.5 0.38 0.2
Hex 20 33 48 38 1D 0 48 D4 26 14
Octal 40 63 110 70 35 0 110 324 46 24
Binary 100000 110011 1001000 111000 11101 0 1001000 11010100 100110 10100

Color Harmonies of #203348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203348

Black with #203348

Text Example


Text Example

White with #203348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203348; }

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

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

background-color css

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

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

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

border-color css

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

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

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