#27393F

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

Shades of Oxford Blue #27393F

Tints of Oxford Blue #27393F

Color information

#27393F (or 0x27393F) is unknown color: approx Oxford Blue. HEX triplet: 27, 39 and 3F. RGB value is (39,57,63). Sum of RGB (Red+Green+Blue) = 39+57+63=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #27393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27393F is #D8C6C0. Grayscale: #343434. Windows color (decimal): -14206657 or 4143399. OLE color: 4143399.

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

Color convert

RGB395763-
CMYK0.380.1000.75
HSL195º23.53%20%-
HSV(B)195º38.1%24.71%-
XYZ3.23.725.25-
YUV52.3134.04118.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.53%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 63 (25% from 255) = 39.62%
R=24.53%
G=35.85%
B=39.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3957630.380.1000.7519523.5320
Hex27393F26A04Bc31814
Octal477177461201133033024
Binary100111111001111111100110101001001011110000111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27393F; }

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

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

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

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

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

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

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

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