#283337

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

Shades of Oxford Blue #283337

Tints of Oxford Blue #283337

Color information

#283337 (or 0x283337) is unknown color: approx Oxford Blue. HEX triplet: 28, 33 and 37. RGB value is (40,51,55). Sum of RGB (Red+Green+Blue) = 40+51+55=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 55 - color contains mainly: blue. Hex color #283337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283337 is #D7CCC8. Grayscale: #303030. Windows color (decimal): -14142665 or 3617576. OLE color: 3617576.

HSL color Cylindrical-coordinate representation of color #283337: hue angle of 196º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #283337 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB405155-
CMYK0.270.0700.78
HSL196º15.79%18.63%-
HSV(B)196º27.27%21.57%-
XYZ2.753.094.07-
YUV48.17131.86122.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.40%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 55 (21.88% from 255) = 37.67%
R=27.40%
G=34.93%
B=37.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4051550.270.0700.7819615.7918.63
Hex2833371B704Ec41013
Octal50636733701163042023
Binary1010001100111101111101111101001110110001001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283337; }

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

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

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

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

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

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

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

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