#223037

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

Shades of Oxford Blue #223037

Tints of Oxford Blue #223037

Color information

#223037 (or 0x223037) is unknown color: approx Oxford Blue. HEX triplet: 22, 30 and 37. RGB value is (34,48,55). Sum of RGB (Red+Green+Blue) = 34+48+55=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 55 - color contains mainly: blue. Hex color #223037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223037 is #DDCFC8. Grayscale: #2C2C2C. Windows color (decimal): -14536649 or 3616802. OLE color: 3616802.

HSL color Cylindrical-coordinate representation of color #223037: hue angle of 200º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #223037 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB344855-
CMYK0.380.1300.78
HSL200º23.6%17.45%-
HSV(B)200º38.18%21.57%-
XYZ2.412.734.01-
YUV44.61133.86120.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.82%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 55 (21.88% from 255) = 40.15%
R=24.82%
G=35.04%
B=40.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3448550.380.1300.7820023.617.45
Hex22303726D04Ec81811
Octal426067461501163103021
Binary100010110000110111100110110101001110110010001100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223037; }

 p { color: rgb(34,48,55); }

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

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

 a { background-color: rgb(34,48,55); }

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

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

 span { border-color: rgb(34,48,55); }

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