#203448

Color #203448 Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #203448

Tints of Midnight #203448

Color information

#203448 (or 0x203448) is unknown color: approx Midnight. HEX triplet: 20, 34 and 48. RGB value is (32,52,72). Sum of RGB (Red+Green+Blue) = 32+52+72=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 52 (20.70% from 255 or 33.33% 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 #203448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203448 is #DFCBB7. Grayscale: #303030. Windows color (decimal): -14666680 or 4731936. OLE color: 4731936.

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

Color convert

RGB325272-
CMYK0.560.2800.72
HSL210º38.46%20.39%-
HSV(B)210º55.56%28.24%-
XYZ2.993.236.6-
YUV48.3141.37116.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.51%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 46.15%
R=20.51%
G=33.33%
B=46.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3252720.560.2800.7221038.4620.39
Hex203448381C048d22614
Octal4064110703401103224624
Binary100000110100100100011100011100010010001101001010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203448; }

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

 H1.HeaderClassName
 {
   color: #203448;
 }
 .AnyTagClassName
 {
   color: #203448;
 }
</style>
background-color css

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

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

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

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

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

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