#212E32

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

Shades of Oxford Blue #212E32

Tints of Oxford Blue #212E32

Color information

#212E32 (or 0x212E32) is unknown color: approx Oxford Blue. HEX triplet: 21, 2E and 32. RGB value is (33,46,50). Sum of RGB (Red+Green+Blue) = 33+46+50=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 50 - color contains mainly: blue. Hex color #212E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E32 is #DED1CD. Grayscale: #2A2A2A. Windows color (decimal): -14602702 or 3288609. OLE color: 3288609.

HSL color Cylindrical-coordinate representation of color #212E32: hue angle of 194.12º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #212E32 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB334650-
CMYK0.340.0800.80
HSL194.12º20.48%16.27%-
HSV(B)194.12º34%19.61%-
XYZ2.182.513.39-
YUV42.57132.19121.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 46 (18.36% from 255) = 35.66%
BLUE value IS 50 (19.92% from 255) = 38.76%
R=25.58%
G=35.66%
B=38.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3346500.340.0800.80194.1220.4816.27
Hex212E32228050c21410
Octal415662421001203022420
Binary100001101110110010100010100001010000110000101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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