#222F32

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

Shades of Oxford Blue #222F32

Tints of Oxford Blue #222F32

Color information

#222F32 (or 0x222F32) is unknown color: approx Oxford Blue. HEX triplet: 22, 2F and 32. RGB value is (34,47,50). Sum of RGB (Red+Green+Blue) = 34+47+50=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 50 - color contains mainly: blue. Hex color #222F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F32 is #DDD0CD. Grayscale: #2B2B2B. Windows color (decimal): -14536910 or 3288866. OLE color: 3288866.

HSL color Cylindrical-coordinate representation of color #222F32: hue angle of 191.25º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #222F32 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB344750-
CMYK0.320.0600.80
HSL191.25º19.05%16.47%-
HSV(B)191.25º32%19.61%-
XYZ2.252.63.4-
YUV43.46131.69121.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.95%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=25.95%
G=35.88%
B=38.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3447500.320.0600.80191.2519.0516.47
Hex222F32206050bf1310
Octal42576240601202772320
Binary10001010111111001010000011001010000101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222F32; }

 p { color: rgb(34,47,50); }

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

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

 a { background-color: rgb(34,47,50); }

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

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

 span { border-color: rgb(34,47,50); }

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