#213037

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

Shades of Oxford Blue #213037

Tints of Oxford Blue #213037

Color information

#213037 (or 0x213037) is unknown color: approx Oxford Blue. HEX triplet: 21, 30 and 37. RGB value is (33,48,55). Sum of RGB (Red+Green+Blue) = 33+48+55=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 55 - color contains mainly: blue. Hex color #213037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213037 is #DECFC8. Grayscale: #2C2C2C. Windows color (decimal): -14602185 or 3616801. OLE color: 3616801.

HSL color Cylindrical-coordinate representation of color #213037: hue angle of 199.09º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213037 is Cyan = 0.4, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB334855-
CMYK0.40.1300.78
HSL199.09º25%17.25%-
HSV(B)199.09º40%21.57%-
XYZ2.372.714.01-
YUV44.31134.03119.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 55 (21.88% from 255) = 40.44%
R=24.26%
G=35.29%
B=40.44%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3348550.40.1300.78199.092517.25
Hex21303728D04Ec71911
Octal416067501501163073121
Binary100001110000110111101000110101001110110001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213037; }

 p { color: rgb(33,48,55); }

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

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

 a { background-color: rgb(33,48,55); }

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

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

 span { border-color: rgb(33,48,55); }

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