#26373C

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

Shades of Oxford Blue #26373C

Tints of Oxford Blue #26373C

Color information

#26373C (or 0x26373C) is unknown color: approx Oxford Blue. HEX triplet: 26, 37 and 3C. RGB value is (38,55,60). Sum of RGB (Red+Green+Blue) = 38+55+60=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 60 - color contains mainly: blue. Hex color #26373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26373C is #D9C8C3. Grayscale: #323232. Windows color (decimal): -14272708 or 3946278. OLE color: 3946278.

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

Color convert

RGB385560-
CMYK0.370.0800.76
HSL193.64º22.45%19.22%-
HSV(B)193.64º36.67%23.53%-
XYZ2.983.474.79-
YUV50.49133.37119.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 60 (23.83% from 255) = 39.22%
R=24.84%
G=35.95%
B=39.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3855600.370.0800.76193.6422.4519.22
Hex26373C25804Cc21613
Octal466774451001143022623
Binary100110110111111100100101100001001100110000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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