#26363B

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

Shades of Oxford Blue #26363B

Tints of Oxford Blue #26363B

Color information

#26363B (or 0x26363B) is unknown color: approx Oxford Blue. HEX triplet: 26, 36 and 3B. RGB value is (38,54,59). Sum of RGB (Red+Green+Blue) = 38+54+59=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 59 - color contains mainly: blue. Hex color #26363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26363B is #D9C9C4. Grayscale: #313131. Windows color (decimal): -14272965 or 3880486. OLE color: 3880486.

HSL color Cylindrical-coordinate representation of color #26363B: hue angle of 194.29º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #26363B is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB385459-
CMYK0.360.0800.77
HSL194.29º21.65%19.02%-
HSV(B)194.29º35.59%23.14%-
XYZ2.913.374.63-
YUV49.79133.2119.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=25.17%
G=35.76%
B=39.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3854590.360.0800.77194.2921.6519.02
Hex26363B24804Dc21613
Octal466673441001153022623
Binary100110110110111011100100100001001101110000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26363B; }

 p { color: rgb(38,54,59); }

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

<style>
 a { background-color: #26363B; }

 a { background-color: rgb(38,54,59); }

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

<style>
 span { border-color: #26363B; }

 span { border-color: rgb(38,54,59); }

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