#283236

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

Shades of Oxford Blue #283236

Tints of Oxford Blue #283236

Color information

#283236 (or 0x283236) is unknown color: approx Oxford Blue. HEX triplet: 28, 32 and 36. RGB value is (40,50,54). Sum of RGB (Red+Green+Blue) = 40+50+54=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 54 - color contains mainly: blue. Hex color #283236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283236 is #D7CDC9. Grayscale: #2F2F2F. Windows color (decimal): -14142922 or 3551784. OLE color: 3551784.

HSL color Cylindrical-coordinate representation of color #283236: hue angle of 197.14º 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 #283236 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB405054-
CMYK0.260.0700.79
HSL197.14º14.89%18.43%-
HSV(B)197.14º25.93%21.18%-
XYZ2.6833.93-
YUV47.47131.69122.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.78%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=27.78%
G=34.72%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4050540.260.0700.79197.1414.8918.43
Hex2832361A704Fc5f12
Octal50626632701173051722
Binary101000110010110110110101110100111111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283236; }

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

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

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

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

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

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

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

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