Html Css Color HEX #28393F Oxford Blue

📋 copy color: '#28393F'

red 40 ◦ green 57 ◦ blue 63

#28393F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxford Blue #28393F

Tints of Oxford Blue #28393F

RGB

 RED value IS 40 (16.02% from 255) = 25%

 GREEN value IS 57 (22.66% from 255) = 35.63%

 BLUE value IS 63 (25% from 255) = 39.38%

R = 25%
G = 35.63%
B = 39.38%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#28393F (or 0x28393F) is known color: Oxford Blue. HEX triplet: 28, 39 and 3F. RGB value is (40,57,63). Sum of RGB (Red+Green+Blue) = 40+57+63=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 63 - color contains mainly: blue. Hex color #28393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28393F is #D7C6C0. Grayscale: #343434. Windows color (decimal): -14141121 or 4143400. OLE color: 4143400.

HSL color Cylindrical-coordinate representation of color #28393F: hue angle of 195.65º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #28393F is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 57 63 -
CMYK 0.37 0.10 0 0.75
HSL 195.65º 0.22% 0.2% -
HSV(B) 195.65º 0.37% 0.25% -
XYZ 3.24 3.74 5.25 -
YUV 52.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 40 57 63 0.37 0.10 0 0.75 195.65 0.22 0.2
Hex 28 39 3F 25 A 0 4B C4 16 14
Octal 50 71 77 45 12 0 113 304 26 24
Binary 101000 111001 111111 100101 1010 0 1001011 11000100 10110 10100

Color Harmonies of #28393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28393F

Black with #28393F

Text Example


Text Example

White with #28393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28393F; }

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

 H1.HeaderClassName
 {
   color: #28393F;
 }
 .AnyTagClassName
 {
   color: #28393F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #28393F;
 }
 .BgClassName
 {
   background-color: #28393F;
 }
</style>

border-color css

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

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

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