#273A41

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

Shades of Oxford Blue #273A41

Tints of Oxford Blue #273A41

Color information

#273A41 (or 0x273A41) is unknown color: approx Oxford Blue. HEX triplet: 27, 3A and 41. RGB value is (39,58,65). Sum of RGB (Red+Green+Blue) = 39+58+65=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #273A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A41 is #D8C5BE. Grayscale: #353535. Windows color (decimal): -14206399 or 4274727. OLE color: 4274727.

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

Color convert

RGB395865-
CMYK0.400.1100.75
HSL196.15º25%20.39%-
HSV(B)196.15º40%25.49%-
XYZ3.33.845.57-
YUV53.12134.71117.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=24.07%
G=35.80%
B=40.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3958650.400.1100.75196.152520.39
Hex273A4128B04Bc41914
Octal4772101501301133043124
Binary1001111110101000001101000101101001011110001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273A41; }

 p { color: rgb(39,58,65); }

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

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

 a { background-color: rgb(39,58,65); }

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

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

 span { border-color: rgb(39,58,65); }

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