#213135

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

Shades of Oxford Blue #213135

Tints of Oxford Blue #213135

Color information

#213135 (or 0x213135) is unknown color: approx Oxford Blue. HEX triplet: 21, 31 and 35. RGB value is (33,49,53). Sum of RGB (Red+Green+Blue) = 33+49+53=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 53 - color contains mainly: blue. Hex color #213135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213135 is #DECECA. Grayscale: #2C2C2C. Windows color (decimal): -14601931 or 3485985. OLE color: 3485985.

HSL color Cylindrical-coordinate representation of color #213135: hue angle of 192º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #213135 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB334953-
CMYK0.380.0800.79
HSL192º23.26%16.86%-
HSV(B)192º37.74%20.78%-
XYZ2.372.783.78-
YUV44.67132.7119.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 53 (21.09% from 255) = 39.26%
R=24.44%
G=36.30%
B=39.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3349530.380.0800.7919223.2616.86
Hex21313526804Fc01711
Octal416165461001173002721
Binary100001110001110101100110100001001111110000001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213135; }

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

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

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

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

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

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

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

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