#273940

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

Shades of Oxford Blue #273940

Tints of Oxford Blue #273940

Color information

#273940 (or 0x273940) is unknown color: approx Oxford Blue. HEX triplet: 27, 39 and 40. RGB value is (39,57,64). Sum of RGB (Red+Green+Blue) = 39+57+64=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #273940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273940 is #D8C6BF. Grayscale: #343434. Windows color (decimal): -14206656 or 4208935. OLE color: 4208935.

HSL color Cylindrical-coordinate representation of color #273940: hue angle of 196.8º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #273940 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB395764-
CMYK0.390.1100.75
HSL196.8º24.27%20.2%-
HSV(B)196.8º39.06%25.1%-
XYZ3.233.735.4-
YUV52.42134.54118.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 64 (25.39% from 255) = 40%
R=24.38%
G=35.62%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3957640.390.1100.75196.824.2720.2
Hex27394027B04Bc51814
Octal4771100471301133053024
Binary1001111110011000000100111101101001011110001011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273940; }

 p { color: rgb(39,57,64); }

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

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

 a { background-color: rgb(39,57,64); }

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

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

 span { border-color: rgb(39,57,64); }

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