#21323A

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

Shades of Oxford Blue #21323A

Tints of Oxford Blue #21323A

Color information

#21323A (or 0x21323A) is unknown color: approx Oxford Blue. HEX triplet: 21, 32 and 3A. RGB value is (33,50,58). Sum of RGB (Red+Green+Blue) = 33+50+58=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 58 - color contains mainly: blue. Hex color #21323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21323A is #DECDC5. Grayscale: #2D2D2D. Windows color (decimal): -14601670 or 3813921. OLE color: 3813921.

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

Color convert

RGB335058-
CMYK0.430.1400.77
HSL199.2º27.47%17.84%-
HSV(B)199.2º43.1%22.75%-
XYZ2.532.914.43-
YUV45.83134.87118.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=23.40%
G=35.46%
B=41.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3350580.430.1400.77199.227.4717.84
Hex21323A2BE04Dc71b12
Octal416272531601153073322
Binary100001110010111010101011111001001101110001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21323A; }

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

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

<style>
 a { background-color: #21323A; }

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

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

<style>
 span { border-color: #21323A; }

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

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