#273135

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

Shades of Oxford Blue #273135

Tints of Oxford Blue #273135

Color information

#273135 (or 0x273135) is unknown color: approx Oxford Blue. HEX triplet: 27, 31 and 35. RGB value is (39,49,53). Sum of RGB (Red+Green+Blue) = 39+49+53=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 53 - color contains mainly: blue. Hex color #273135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273135 is #D8CECA. Grayscale: #2E2E2E. Windows color (decimal): -14208715 or 3485991. OLE color: 3485991.

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

Color convert

RGB394953-
CMYK0.260.0800.79
HSL197.14º15.22%18.04%-
HSV(B)197.14º26.42%20.78%-
XYZ2.582.893.79-
YUV46.47131.69122.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.66%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=27.66%
G=34.75%
B=37.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3949530.260.0800.79197.1415.2218.04
Hex2731351A804Fc5f12
Octal476165321001173051722
Binary1001111100011101011101010000100111111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273135; }

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

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

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

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

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

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

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

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