#27373E

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

Shades of Oxford Blue #27373E

Tints of Oxford Blue #27373E

Color information

#27373E (or 0x27373E) is unknown color: approx Oxford Blue. HEX triplet: 27, 37 and 3E. RGB value is (39,55,62). Sum of RGB (Red+Green+Blue) = 39+55+62=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 62 - color contains mainly: blue. Hex color #27373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27373E is #D8C8C1. Grayscale: #323232. Windows color (decimal): -14207170 or 4077351. OLE color: 4077351.

HSL color Cylindrical-coordinate representation of color #27373E: hue angle of 198.26º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #27373E is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB395562-
CMYK0.370.1100.76
HSL198.26º22.77%19.8%-
HSV(B)198.26º37.1%24.31%-
XYZ3.073.515.07-
YUV51.01134.2119.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=25%
G=35.26%
B=39.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3955620.370.1100.76198.2622.7719.8
Hex27373E25B04Cc61714
Octal476776451301143062724
Binary100111110111111110100101101101001100110001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27373E; }

 p { color: rgb(39,55,62); }

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

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

 a { background-color: rgb(39,55,62); }

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

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

 span { border-color: rgb(39,55,62); }

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