Html Css Color HEX #28373E Oxford Blue

📋 copy color: '#28373E'

red 40 ◦ green 55 ◦ blue 62

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

Shades of Oxford Blue #28373E

Tints of Oxford Blue #28373E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 39.49%

R = 25.48%
G = 35.03%
B = 39.49%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28373E (or 0x28373E) is known color: Oxford Blue. HEX triplet: 28, 37 and 3E. RGB value is (40,55,62). Sum of RGB (Red+Green+Blue) = 40+55+62=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 62 - color contains mainly: blue. Hex color #28373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28373E is #D7C8C1. Grayscale: #333333. Windows color (decimal): -14141634 or 4077352. OLE color: 4077352.

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

Color convert

RGB 40 55 62 -
CMYK 0.35 0.11 0 0.76
HSL 199.09º 0.22% 0.2% -
HSV(B) 199.09º 0.35% 0.24% -
XYZ 3.11 3.53 5.08 -
YUV 51.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 40 55 62 0.35 0.11 0 0.76 199.09 0.22 0.2
Hex 28 37 3E 23 B 0 4C C7 16 14
Octal 50 67 76 43 13 0 114 307 26 24
Binary 101000 110111 111110 100011 1011 0 1001100 11000111 10110 10100

Color Harmonies of #28373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28373E

Black with #28373E

Text Example


Text Example

White with #28373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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