#223940

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

Shades of Oxford Blue #223940

Tints of Oxford Blue #223940

Color information

#223940 (or 0x223940) is unknown color: approx Oxford Blue. HEX triplet: 22, 39 and 40. RGB value is (34,57,64). Sum of RGB (Red+Green+Blue) = 34+57+64=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #223940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223940 is #DDC6BF. Grayscale: #323232. Windows color (decimal): -14534336 or 4208930. OLE color: 4208930.

HSL color Cylindrical-coordinate representation of color #223940: hue angle of 194º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #223940 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB345764-
CMYK0.470.1100.75
HSL194º30.61%19.22%-
HSV(B)194º46.88%25.1%-
XYZ3.053.645.39-
YUV50.92135.38115.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=21.94%
G=36.77%
B=41.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3457640.470.1100.7519430.6119.22
Hex2239402FB04Bc21f13
Octal4271100571301133023723
Binary1000101110011000000101111101101001011110000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223940; }

 p { color: rgb(34,57,64); }

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

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

 a { background-color: rgb(34,57,64); }

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

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

 span { border-color: rgb(34,57,64); }

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