#26333A

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

Shades of Oxford Blue #26333A

Tints of Oxford Blue #26333A

Color information

#26333A (or 0x26333A) is unknown color: approx Oxford Blue. HEX triplet: 26, 33 and 3A. RGB value is (38,51,58). Sum of RGB (Red+Green+Blue) = 38+51+58=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #26333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26333A is #D9CCC5. Grayscale: #2F2F2F. Windows color (decimal): -14273734 or 3814182. OLE color: 3814182.

HSL color Cylindrical-coordinate representation of color #26333A: hue angle of 201º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #26333A is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB385158-
CMYK0.340.1200.77
HSL201º20.83%18.82%-
HSV(B)201º34.48%22.75%-
XYZ2.753.094.45-
YUV47.91133.69120.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=25.85%
G=34.69%
B=39.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3851580.340.1200.7720120.8318.82
Hex26333A22C04Dc91513
Octal466372421401153112523
Binary100110110011111010100010110001001101110010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26333A; }

 p { color: rgb(38,51,58); }

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

<style>
 a { background-color: #26333A; }

 a { background-color: rgb(38,51,58); }

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

<style>
 span { border-color: #26333A; }

 span { border-color: rgb(38,51,58); }

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