#27373C

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

Shades of Oxford Blue #27373C

Tints of Oxford Blue #27373C

Color information

#27373C (or 0x27373C) is unknown color: approx Oxford Blue. HEX triplet: 27, 37 and 3C. RGB value is (39,55,60). Sum of RGB (Red+Green+Blue) = 39+55+60=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 60 - color contains mainly: blue. Hex color #27373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27373C is #D8C8C3. Grayscale: #323232. Windows color (decimal): -14207172 or 3946279. OLE color: 3946279.

HSL color Cylindrical-coordinate representation of color #27373C: hue angle of 194.29º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #27373C is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB395560-
CMYK0.350.0800.76
HSL194.29º21.21%19.41%-
HSV(B)194.29º35%23.53%-
XYZ3.023.494.79-
YUV50.79133.2119.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 60 (23.83% from 255) = 38.96%
R=25.32%
G=35.71%
B=38.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3955600.350.0800.76194.2921.2119.41
Hex27373C23804Cc21513
Octal476774431001143022523
Binary100111110111111100100011100001001100110000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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