#28393F

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

Shades of Oxford Blue #28393F

Tints of Oxford Blue #28393F

Color information

#28393F (or 0x28393F) is unknown color: approx Oxford Blue. HEX triplet: 28, 39 and 3F. RGB value is (40,57,63). Sum of RGB (Red+Green+Blue) = 40+57+63=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 63 - color contains mainly: blue. Hex color #28393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28393F is #D7C6C0. Grayscale: #343434. Windows color (decimal): -14141121 or 4143400. OLE color: 4143400.

HSL color Cylindrical-coordinate representation of color #28393F: hue angle of 195.65º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #28393F is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB405763-
CMYK0.370.1000.75
HSL195.65º22.33%20.2%-
HSV(B)195.65º36.51%24.71%-
XYZ3.243.745.25-
YUV52.6133.87119.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 63 (25% from 255) = 39.38%
R=25%
G=35.62%
B=39.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4057630.370.1000.75195.6522.3320.2
Hex28393F25A04Bc41614
Octal507177451201133042624
Binary101000111001111111100101101001001011110001001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,57,63); }

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

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

 a { background-color: rgb(40,57,63); }

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

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

 span { border-color: rgb(40,57,63); }

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