#27383F

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

Shades of Oxford Blue #27383F

Tints of Oxford Blue #27383F

Color information

#27383F (or 0x27383F) is unknown color: approx Oxford Blue. HEX triplet: 27, 38 and 3F. RGB value is (39,56,63). Sum of RGB (Red+Green+Blue) = 39+56+63=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #27383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27383F is #D8C7C0. Grayscale: #333333. Windows color (decimal): -14206913 or 4143143. OLE color: 4143143.

HSL color Cylindrical-coordinate representation of color #27383F: hue angle of 197.5º 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 #27383F is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB395663-
CMYK0.380.1100.75
HSL197.5º23.53%20%-
HSV(B)197.5º38.1%24.71%-
XYZ3.153.625.24-
YUV51.72134.37118.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.68%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 63 (25% from 255) = 39.87%
R=24.68%
G=35.44%
B=39.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3956630.380.1100.75197.523.5320
Hex27383F26B04Bc61814
Octal477077461301133063024
Binary100111111000111111100110101101001011110001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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