#28383D

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

Shades of Oxford Blue #28383D

Tints of Oxford Blue #28383D

Color information

#28383D (or 0x28383D) is unknown color: approx Oxford Blue. HEX triplet: 28, 38 and 3D. RGB value is (40,56,61). Sum of RGB (Red+Green+Blue) = 40+56+61=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 61 - color contains mainly: blue. Hex color #28383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28383D is #D7C7C2. Grayscale: #333333. Windows color (decimal): -14141379 or 4012072. OLE color: 4012072.

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

Color convert

RGB405661-
CMYK0.340.0800.76
HSL194.29º20.79%19.8%-
HSV(B)194.29º34.43%23.92%-
XYZ3.133.624.95-
YUV51.79133.2119.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=25.48%
G=35.67%
B=38.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4056610.340.0800.76194.2920.7919.8
Hex28383D22804Cc21514
Octal507075421001143022524
Binary101000111000111101100010100001001100110000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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