#283033

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

Shades of Oxford Blue #283033

Tints of Oxford Blue #283033

Color information

#283033 (or 0x283033) is unknown color: approx Oxford Blue. HEX triplet: 28, 30 and 33. RGB value is (40,48,51). Sum of RGB (Red+Green+Blue) = 40+48+51=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 51 - color contains mainly: blue. Hex color #283033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283033 is #D7CFCC. Grayscale: #2D2D2D. Windows color (decimal): -14143437 or 3354664. OLE color: 3354664.

HSL color Cylindrical-coordinate representation of color #283033: hue angle of 196.36º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #283033 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB404851-
CMYK0.220.0600.8
HSL196.36º12.09%17.84%-
HSV(B)196.36º21.57%20%-
XYZ2.532.83.54-
YUV45.95130.85123.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.78%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 51 (20.31% from 255) = 36.69%
R=28.78%
G=34.53%
B=36.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4048510.220.0600.8196.3612.0917.84
Hex283033166050c4c12
Octal50606326601203041422
Binary101000110000110011101101100101000011000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283033; }

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

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

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

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

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

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

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

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