#283336

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

Shades of Oxford Blue #283336

Tints of Oxford Blue #283336

Color information

#283336 (or 0x283336) is unknown color: approx Oxford Blue. HEX triplet: 28, 33 and 36. RGB value is (40,51,54). Sum of RGB (Red+Green+Blue) = 40+51+54=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 54 - color contains mainly: blue. Hex color #283336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283336 is #D7CCC9. Grayscale: #303030. Windows color (decimal): -14142666 or 3552040. OLE color: 3552040.

HSL color Cylindrical-coordinate representation of color #283336: hue angle of 192.86º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #283336 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB405154-
CMYK0.260.0600.79
HSL192.86º14.89%18.43%-
HSV(B)192.86º25.93%21.18%-
XYZ2.723.093.94-
YUV48.05131.36122.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.59%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=27.59%
G=35.17%
B=37.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4051540.260.0600.79192.8614.8918.43
Hex2833361A604Fc1f12
Octal50636632601173011722
Binary101000110011110110110101100100111111000001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283336; }

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

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

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

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

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

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

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

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