#273336

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

Shades of Oxford Blue #273336

Tints of Oxford Blue #273336

Color information

#273336 (or 0x273336) is unknown color: approx Oxford Blue. HEX triplet: 27, 33 and 36. RGB value is (39,51,54). Sum of RGB (Red+Green+Blue) = 39+51+54=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 54 - color contains mainly: blue. Hex color #273336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273336 is #D8CCC9. Grayscale: #2F2F2F. Windows color (decimal): -14208202 or 3552039. OLE color: 3552039.

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

Color convert

RGB395154-
CMYK0.280.0600.79
HSL192º16.13%18.24%-
HSV(B)192º27.78%21.18%-
XYZ2.693.073.94-
YUV47.75131.52121.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.08%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=27.08%
G=35.42%
B=37.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3951540.280.0600.7919216.1318.24
Hex2733361C604Fc01012
Octal47636634601173002022
Binary1001111100111101101110011001001111110000001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273336; }

 p { color: rgb(39,51,54); }

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

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

 a { background-color: rgb(39,51,54); }

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

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

 span { border-color: rgb(39,51,54); }

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