#273235

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

Shades of Oxford Blue #273235

Tints of Oxford Blue #273235

Color information

#273235 (or 0x273235) is unknown color: approx Oxford Blue. HEX triplet: 27, 32 and 35. RGB value is (39,50,53). Sum of RGB (Red+Green+Blue) = 39+50+53=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 53 - color contains mainly: blue. Hex color #273235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273235 is #D8CDCA. Grayscale: #2F2F2F. Windows color (decimal): -14208459 or 3486247. OLE color: 3486247.

HSL color Cylindrical-coordinate representation of color #273235: hue angle of 192.86º 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 #273235 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB395053-
CMYK0.260.0600.79
HSL192.86º15.22%18.04%-
HSV(B)192.86º26.42%20.78%-
XYZ2.622.973.8-
YUV47.05131.36122.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=27.46%
G=35.21%
B=37.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3950530.260.0600.79192.8615.2218.04
Hex2732351A604Fc1f12
Octal47626532601173011722
Binary100111110010110101110101100100111111000001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273235; }

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

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

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

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

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

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

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

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