#28373C

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

Shades of Oxford Blue #28373C

Tints of Oxford Blue #28373C

Color information

#28373C (or 0x28373C) is unknown color: approx Oxford Blue. HEX triplet: 28, 37 and 3C. RGB value is (40,55,60). Sum of RGB (Red+Green+Blue) = 40+55+60=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 60 - color contains mainly: blue. Hex color #28373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28373C is #D7C8C3. Grayscale: #333333. Windows color (decimal): -14141636 or 3946280. OLE color: 3946280.

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

Color convert

RGB405560-
CMYK0.330.0800.76
HSL195º20%19.61%-
HSV(B)195º33.33%23.53%-
XYZ3.063.514.79-
YUV51.08133.03120.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=25.81%
G=35.48%
B=38.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4055600.330.0800.761952019.61
Hex28373C21804Cc31414
Octal506774411001143032424
Binary101000110111111100100001100001001100110000111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28373C; }

 p { color: rgb(40,55,60); }

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

<style>
 a { background-color: #28373C; }

 a { background-color: rgb(40,55,60); }

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

<style>
 span { border-color: #28373C; }

 span { border-color: rgb(40,55,60); }

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