Html Css Color HEX #28373D Oxford Blue

📋 copy color: '#28373D'

red 40 ◦ green 55 ◦ blue 61

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

Shades of Oxford Blue #28373D

Tints of Oxford Blue #28373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.26%

 BLUE value IS 61 (24.22% from 255) = 39.1%

R = 25.64%
G = 35.26%
B = 39.1%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28373D (or 0x28373D) is known color: Oxford Blue. HEX triplet: 28, 37 and 3D. RGB value is (40,55,61). Sum of RGB (Red+Green+Blue) = 40+55+61=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 61 - color contains mainly: blue. Hex color #28373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28373D is #D7C8C2. Grayscale: #333333. Windows color (decimal): -14141635 or 4011816. OLE color: 4011816.

HSL color Cylindrical-coordinate representation of color #28373D: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #28373D is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 55 61 -
CMYK 0.34 0.10 0 0.76
HSL 197.14º 0.21% 0.2% -
HSV(B) 197.14º 0.34% 0.24% -
XYZ 3.08 3.52 4.93 -
YUV 51.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 40 55 61 0.34 0.10 0 0.76 197.14 0.21 0.2
Hex 28 37 3D 22 A 0 4C C5 15 14
Octal 50 67 75 42 12 0 114 305 25 24
Binary 101000 110111 111101 100010 1010 0 1001100 11000101 10101 10100

Color Harmonies of #28373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28373D

Black with #28373D

Text Example


Text Example

White with #28373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28373D; }

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

 H1.HeaderClassName
 {
   color: #28373D;
 }
 .AnyTagClassName
 {
   color: #28373D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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