#21333A

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

Shades of Oxford Blue #21333A

Tints of Oxford Blue #21333A

Color information

#21333A (or 0x21333A) is unknown color: approx Oxford Blue. HEX triplet: 21, 33 and 3A. RGB value is (33,51,58). Sum of RGB (Red+Green+Blue) = 33+51+58=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: blue. Hex color #21333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21333A is #DECCC5. Grayscale: #2E2E2E. Windows color (decimal): -14601414 or 3814177. OLE color: 3814177.

HSL color Cylindrical-coordinate representation of color #21333A: 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.43%. Process color model (Four color, CMYK) of #21333A is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB335158-
CMYK0.430.1200.77
HSL196.8º27.47%17.84%-
HSV(B)196.8º43.1%22.75%-
XYZ2.5734.45-
YUV46.42134.54118.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=23.24%
G=35.92%
B=40.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3351580.430.1200.77196.827.4717.84
Hex21333A2BC04Dc51b12
Octal416372531401153053322
Binary100001110011111010101011110001001101110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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