#22343B

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

Shades of Oxford Blue #22343B

Tints of Oxford Blue #22343B

Color information

#22343B (or 0x22343B) is unknown color: approx Oxford Blue. HEX triplet: 22, 34 and 3B. RGB value is (34,52,59). Sum of RGB (Red+Green+Blue) = 34+52+59=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 59 - color contains mainly: blue. Hex color #22343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22343B is #DDCBC4. Grayscale: #2F2F2F. Windows color (decimal): -14535621 or 3879970. OLE color: 3879970.

HSL color Cylindrical-coordinate representation of color #22343B: hue angle of 196.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #22343B is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB345259-
CMYK0.420.1200.77
HSL196.8º26.88%18.24%-
HSV(B)196.8º42.37%23.14%-
XYZ2.683.114.6-
YUV47.42134.54118.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 59 (23.44% from 255) = 40.69%
R=23.45%
G=35.86%
B=40.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3452590.420.1200.77196.826.8818.24
Hex22343B2AC04Dc51b12
Octal426473521401153053322
Binary100010110100111011101010110001001101110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22343B; }

 p { color: rgb(34,52,59); }

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

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

 a { background-color: rgb(34,52,59); }

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

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

 span { border-color: rgb(34,52,59); }

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