#283438

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

Shades of Oxford Blue #283438

Tints of Oxford Blue #283438

Color information

#283438 (or 0x283438) is unknown color: approx Oxford Blue. HEX triplet: 28, 34 and 38. RGB value is (40,52,56). Sum of RGB (Red+Green+Blue) = 40+52+56=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: blue. Hex color #283438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283438 is #D7CBC7. Grayscale: #303030. Windows color (decimal): -14142408 or 3683368. OLE color: 3683368.

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

Color convert

RGB405256-
CMYK0.290.0700.78
HSL195º16.67%18.82%-
HSV(B)195º28.57%21.96%-
XYZ2.823.194.21-
YUV48.87132.02121.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.03%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=27.03%
G=35.14%
B=37.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4052560.290.0700.7819516.6718.82
Hex2834381D704Ec31113
Octal50647035701163032123
Binary1010001101001110001110111101001110110000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283438; }

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

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

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

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

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

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

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

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