#223348

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

Shades of Midnight #223348

Tints of Midnight #223348

Color information

#223348 (or 0x223348) is unknown color: approx Midnight. HEX triplet: 22, 33 and 48. RGB value is (34,51,72). Sum of RGB (Red+Green+Blue) = 34+51+72=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #223348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223348 is #DDCCB7. Grayscale: #303030. Windows color (decimal): -14535864 or 4731682. OLE color: 4731682.

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

Color convert

RGB345172-
CMYK0.530.2900.72
HSL213.16º35.85%20.78%-
HSV(B)213.16º52.78%28.24%-
XYZ3.013.186.59-
YUV48.31141.37117.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.66%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=21.66%
G=32.48%
B=45.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3451720.530.2900.72213.1635.8520.78
Hex223348351D048d52415
Octal4263110653501103254425
Binary100010110011100100011010111101010010001101010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223348; }

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

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

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

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

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

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

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

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