#212E31

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

Shades of Oxford Blue #212E31

Tints of Oxford Blue #212E31

Color information

#212E31 (or 0x212E31) is unknown color: approx Oxford Blue. HEX triplet: 21, 2E and 31. RGB value is (33,46,49). Sum of RGB (Red+Green+Blue) = 33+46+49=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #212E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E31 is #DED1CE. Grayscale: #2A2A2A. Windows color (decimal): -14602703 or 3223073. OLE color: 3223073.

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

Color convert

RGB334649-
CMYK0.330.0600.81
HSL191.25º19.51%16.08%-
HSV(B)191.25º32.65%19.22%-
XYZ2.162.53.27-
YUV42.46131.69121.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.78%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 49 (19.53% from 255) = 38.28%
R=25.78%
G=35.94%
B=38.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3346490.330.0600.81191.2519.5116.08
Hex212E31216051bf1410
Octal41566141601212772420
Binary10000110111011000110000111001010001101111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212E31; }

 p { color: rgb(33,46,49); }

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

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

 a { background-color: rgb(33,46,49); }

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

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

 span { border-color: rgb(33,46,49); }

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