#27363A

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

Shades of Oxford Blue #27363A

Tints of Oxford Blue #27363A

Color information

#27363A (or 0x27363A) is unknown color: approx Oxford Blue. HEX triplet: 27, 36 and 3A. RGB value is (39,54,58). Sum of RGB (Red+Green+Blue) = 39+54+58=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 58 - color contains mainly: blue. Hex color #27363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27363A is #D8C9C5. Grayscale: #313131. Windows color (decimal): -14207430 or 3814951. OLE color: 3814951.

HSL color Cylindrical-coordinate representation of color #27363A: hue angle of 192.63º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #27363A is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB395458-
CMYK0.330.0700.77
HSL192.63º19.59%19.02%-
HSV(B)192.63º32.76%22.75%-
XYZ2.923.384.5-
YUV49.97132.53120.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.83%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=25.83%
G=35.76%
B=38.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3954580.330.0700.77192.6319.5919.02
Hex27363A21704Dc11413
Octal47667241701153012423
Binary10011111011011101010000111101001101110000011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27363A; }

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

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

<style>
 a { background-color: #27363A; }

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

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

<style>
 span { border-color: #27363A; }

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

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