#283439

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

Shades of Oxford Blue #283439

Tints of Oxford Blue #283439

Color information

#283439 (or 0x283439) is unknown color: approx Oxford Blue. HEX triplet: 28, 34 and 39. RGB value is (40,52,57). Sum of RGB (Red+Green+Blue) = 40+52+57=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 57 - color contains mainly: blue. Hex color #283439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283439 is #D7CBC6. Grayscale: #303030. Windows color (decimal): -14142407 or 3748904. OLE color: 3748904.

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

Color convert

RGB405257-
CMYK0.300.0900.78
HSL197.65º17.53%19.02%-
HSV(B)197.65º29.82%22.35%-
XYZ2.843.24.34-
YUV48.98132.52121.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.85%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 57 (22.66% from 255) = 38.26%
R=26.85%
G=34.90%
B=38.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4052570.300.0900.78197.6517.5319.02
Hex2834391E904Ec61213
Octal506471361101163062223
Binary10100011010011100111110100101001110110001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283439; }

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

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

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

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

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

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

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

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