#223138

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

Shades of Oxford Blue #223138

Tints of Oxford Blue #223138

Color information

#223138 (or 0x223138) is unknown color: approx Oxford Blue. HEX triplet: 22, 31 and 38. RGB value is (34,49,56). Sum of RGB (Red+Green+Blue) = 34+49+56=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #223138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223138 is #DDCEC7. Grayscale: #2D2D2D. Windows color (decimal): -14536392 or 3682594. OLE color: 3682594.

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

Color convert

RGB344956-
CMYK0.390.1200.78
HSL199.09º24.44%17.65%-
HSV(B)199.09º39.29%21.96%-
XYZ2.472.824.16-
YUV45.31134.03119.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=24.46%
G=35.25%
B=40.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3449560.390.1200.78199.0924.4417.65
Hex22313827C04Ec71812
Octal426170471401163073022
Binary100010110001111000100111110001001110110001111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223138; }

 p { color: rgb(34,49,56); }

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

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

 a { background-color: rgb(34,49,56); }

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

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

 span { border-color: rgb(34,49,56); }

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