#223337

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

Shades of Oxford Blue #223337

Tints of Oxford Blue #223337

Color information

#223337 (or 0x223337) is unknown color: approx Oxford Blue. HEX triplet: 22, 33 and 37. RGB value is (34,51,55). Sum of RGB (Red+Green+Blue) = 34+51+55=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 55 - color contains mainly: blue. Hex color #223337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223337 is #DDCCC8. Grayscale: #2E2E2E. Windows color (decimal): -14535881 or 3617570. OLE color: 3617570.

HSL color Cylindrical-coordinate representation of color #223337: hue angle of 191.43º 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 #223337 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB345155-
CMYK0.380.0700.78
HSL191.43º23.6%17.45%-
HSV(B)191.43º38.18%21.57%-
XYZ2.532.984.06-
YUV46.37132.87119.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.29%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 55 (21.88% from 255) = 39.29%
R=24.29%
G=36.43%
B=39.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3451550.380.0700.78191.4323.617.45
Hex22333726704Ebf1811
Octal42636746701162773021
Binary10001011001111011110011011101001110101111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223337; }

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

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

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

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

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

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

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

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