#22363D

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

Shades of Oxford Blue #22363D

Tints of Oxford Blue #22363D

Color information

#22363D (or 0x22363D) is unknown color: approx Oxford Blue. HEX triplet: 22, 36 and 3D. RGB value is (34,54,61). Sum of RGB (Red+Green+Blue) = 34+54+61=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #22363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22363D is #DDC9C2. Grayscale: #303030. Windows color (decimal): -14535107 or 4011554. OLE color: 4011554.

HSL color Cylindrical-coordinate representation of color #22363D: hue angle of 195.56º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #22363D is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB345461-
CMYK0.440.1100.76
HSL195.56º28.42%18.63%-
HSV(B)195.56º44.26%23.92%-
XYZ2.823.324.91-
YUV48.82134.87117.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 54 (21.48% from 255) = 36.24%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=22.82%
G=36.24%
B=40.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3454610.440.1100.76195.5628.4218.63
Hex22363D2CB04Cc41c13
Octal426675541301143043423
Binary100010110110111101101100101101001100110001001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22363D; }

 p { color: rgb(34,54,61); }

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

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

 a { background-color: rgb(34,54,61); }

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

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

 span { border-color: rgb(34,54,61); }

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