#283032

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

Shades of Oxford Blue #283032

Tints of Oxford Blue #283032

Color information

#283032 (or 0x283032) is unknown color: approx Oxford Blue. HEX triplet: 28, 30 and 32. RGB value is (40,48,50). Sum of RGB (Red+Green+Blue) = 40+48+50=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 50 - color contains mainly: blue. Hex color #283032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283032 is #D7CFCD. Grayscale: #2D2D2D. Windows color (decimal): -14143438 or 3289128. OLE color: 3289128.

HSL color Cylindrical-coordinate representation of color #283032: hue angle of 192º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #283032 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB404850-
CMYK0.200.0400.80
HSL192º11.11%17.65%-
HSV(B)192º20%19.61%-
XYZ2.512.83.42-
YUV45.84130.35123.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.99%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=28.99%
G=34.78%
B=36.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4048500.200.0400.8019211.1117.65
Hex283032144050c0b12
Octal50606224401203001322
Binary101000110000110010101001000101000011000000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283032; }

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

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

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

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

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

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

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

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