#28383F

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

Shades of Oxford Blue #28383F

Tints of Oxford Blue #28383F

Color information

#28383F (or 0x28383F) is unknown color: approx Oxford Blue. HEX triplet: 28, 38 and 3F. RGB value is (40,56,63). Sum of RGB (Red+Green+Blue) = 40+56+63=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #28383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28383F is #D7C7C0. Grayscale: #333333. Windows color (decimal): -14141377 or 4143144. OLE color: 4143144.

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

Color convert

RGB405663-
CMYK0.370.1100.75
HSL198.26º22.33%20.2%-
HSV(B)198.26º36.51%24.71%-
XYZ3.193.645.24-
YUV52.01134.2119.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.16%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 63 (25% from 255) = 39.62%
R=25.16%
G=35.22%
B=39.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4056630.370.1100.75198.2622.3320.2
Hex28383F25B04Bc61614
Octal507077451301133062624
Binary101000111000111111100101101101001011110001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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