#283437

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

Shades of Oxford Blue #283437

Tints of Oxford Blue #283437

Color information

#283437 (or 0x283437) is unknown color: approx Oxford Blue. HEX triplet: 28, 34 and 37. RGB value is (40,52,55). Sum of RGB (Red+Green+Blue) = 40+52+55=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 55 - color contains mainly: blue. Hex color #283437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283437 is #D7CBC8. Grayscale: #303030. Windows color (decimal): -14142409 or 3617832. OLE color: 3617832.

HSL color Cylindrical-coordinate representation of color #283437: hue angle of 192º 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 #283437 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB405255-
CMYK0.270.0500.78
HSL192º15.79%18.63%-
HSV(B)192º27.27%21.57%-
XYZ2.793.184.08-
YUV48.75131.52121.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 55 (21.88% from 255) = 37.41%
R=27.21%
G=35.37%
B=37.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4052550.270.0500.7819215.7918.63
Hex2834371B504Ec01013
Octal50646733501163002023
Binary1010001101001101111101110101001110110000001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283437; }

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

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

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

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

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

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

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

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