#273337

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

Shades of Oxford Blue #273337

Tints of Oxford Blue #273337

Color information

#273337 (or 0x273337) is unknown color: approx Oxford Blue. HEX triplet: 27, 33 and 37. RGB value is (39,51,55). Sum of RGB (Red+Green+Blue) = 39+51+55=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #273337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273337 is #D8CCC8. Grayscale: #2F2F2F. Windows color (decimal): -14208201 or 3617575. OLE color: 3617575.

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

Color convert

RGB395155-
CMYK0.290.0700.78
HSL195º17.02%18.43%-
HSV(B)195º29.09%21.57%-
XYZ2.713.074.07-
YUV47.87132.02121.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=26.90%
G=35.17%
B=37.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3951550.290.0700.7819517.0218.43
Hex2733371D704Ec31112
Octal47636735701163032122
Binary1001111100111101111110111101001110110000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273337; }

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

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

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

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

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

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

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

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