#283539

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

Shades of Oxford Blue #283539

Tints of Oxford Blue #283539

Color information

#283539 (or 0x283539) is unknown color: approx Oxford Blue. HEX triplet: 28, 35 and 39. RGB value is (40,53,57). Sum of RGB (Red+Green+Blue) = 40+53+57=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 57 - color contains mainly: blue. Hex color #283539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283539 is #D7CAC6. Grayscale: #313131. Windows color (decimal): -14142151 or 3749160. OLE color: 3749160.

HSL color Cylindrical-coordinate representation of color #283539: hue angle of 194.12º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #283539 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB405357-
CMYK0.300.0700.78
HSL194.12º17.53%19.02%-
HSV(B)194.12º29.82%22.35%-
XYZ2.893.294.35-
YUV49.57132.19121.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 57 (22.66% from 255) = 38%
R=26.67%
G=35.33%
B=38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4053570.300.0700.78194.1217.5319.02
Hex2835391E704Ec21213
Octal50657136701163022223
Binary1010001101011110011111011101001110110000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283539; }

 p { color: rgb(40,53,57); }

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

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

 a { background-color: rgb(40,53,57); }

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

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

 span { border-color: rgb(40,53,57); }

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