Html Css Color HEX #26373E Oxford Blue

📋 copy color: '#26373E'

red 38 ◦ green 55 ◦ blue 62

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

Shades of Oxford Blue #26373E

Tints of Oxford Blue #26373E

RGB

 RED value IS 38 (15.23% from 255) = 24.52%

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

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

R = 24.52%
G = 35.48%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#26373E (or 0x26373E) is known color: Oxford Blue. HEX triplet: 26, 37 and 3E. RGB value is (38,55,62). Sum of RGB (Red+Green+Blue) = 38+55+62=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 62 - color contains mainly: blue. Hex color #26373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26373E is #D9C8C1. Grayscale: #323232. Windows color (decimal): -14272706 or 4077350. OLE color: 4077350.

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

Color convert

RGB 38 55 62 -
CMYK 0.39 0.11 0 0.76
HSL 197.5º 0.24% 0.2% -
HSV(B) 197.5º 0.39% 0.24% -
XYZ 3.04 3.49 5.07 -
YUV 50.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 38 55 62 0.39 0.11 0 0.76 197.5 0.24 0.2
Hex 26 37 3E 27 B 0 4C C6 18 14
Octal 46 67 76 47 13 0 114 306 30 24
Binary 100110 110111 111110 100111 1011 0 1001100 11000110 11000 10100

Color Harmonies of #26373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26373E

Black with #26373E

Text Example


Text Example

White with #26373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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