#27373D

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

Shades of Oxford Blue #27373D

Tints of Oxford Blue #27373D

Color information

#27373D (or 0x27373D) is unknown color: approx Oxford Blue. HEX triplet: 27, 37 and 3D. RGB value is (39,55,61). Sum of RGB (Red+Green+Blue) = 39+55+61=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 61 - color contains mainly: blue. Hex color #27373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27373D is #D8C8C2. Grayscale: #323232. Windows color (decimal): -14207171 or 4011815. OLE color: 4011815.

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

Color convert

RGB395561-
CMYK0.360.1000.76
HSL196.36º22%19.61%-
HSV(B)196.36º36.07%23.92%-
XYZ3.053.54.93-
YUV50.9133.7119.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 61 (24.22% from 255) = 39.35%
R=25.16%
G=35.48%
B=39.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3955610.360.1000.76196.362219.61
Hex27373D24A04Cc41614
Octal476775441201143042624
Binary100111110111111101100100101001001100110001001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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