#21343B

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

Shades of Oxford Blue #21343B

Tints of Oxford Blue #21343B

Color information

#21343B (or 0x21343B) is unknown color: approx Oxford Blue. HEX triplet: 21, 34 and 3B. RGB value is (33,52,59). Sum of RGB (Red+Green+Blue) = 33+52+59=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 59 - color contains mainly: blue. Hex color #21343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21343B is #DECBC4. Grayscale: #2F2F2F. Windows color (decimal): -14601157 or 3879969. OLE color: 3879969.

HSL color Cylindrical-coordinate representation of color #21343B: hue angle of 196.15º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #21343B is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB335259-
CMYK0.440.1200.77
HSL196.15º28.26%18.04%-
HSV(B)196.15º44.07%23.14%-
XYZ2.643.14.6-
YUV47.12134.71117.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=22.92%
G=36.11%
B=40.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3352590.440.1200.77196.1528.2618.04
Hex21343B2CC04Dc41c12
Octal416473541401153043422
Binary100001110100111011101100110001001101110001001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21343B; }

 p { color: rgb(33,52,59); }

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

<style>
 a { background-color: #21343B; }

 a { background-color: rgb(33,52,59); }

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

<style>
 span { border-color: #21343B; }

 span { border-color: rgb(33,52,59); }

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