#26373D

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

Shades of Oxford Blue #26373D

Tints of Oxford Blue #26373D

Color information

#26373D (or 0x26373D) is unknown color: approx Oxford Blue. HEX triplet: 26, 37 and 3D. RGB value is (38,55,61). Sum of RGB (Red+Green+Blue) = 38+55+61=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #26373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26373D is #D9C8C2. Grayscale: #323232. Windows color (decimal): -14272707 or 4011814. OLE color: 4011814.

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

Color convert

RGB385561-
CMYK0.380.1000.76
HSL195.65º23.23%19.41%-
HSV(B)195.65º37.7%23.92%-
XYZ3.013.484.93-
YUV50.6133.87119.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=24.68%
G=35.71%
B=39.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3855610.380.1000.76195.6523.2319.41
Hex26373D26A04Cc41713
Octal466775461201143042723
Binary100110110111111101100110101001001100110001001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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