#263136

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

Shades of Oxford Blue #263136

Tints of Oxford Blue #263136

Color information

#263136 (or 0x263136) is unknown color: approx Oxford Blue. HEX triplet: 26, 31 and 36. RGB value is (38,49,54). Sum of RGB (Red+Green+Blue) = 38+49+54=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: blue. Hex color #263136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263136 is #D9CEC9. Grayscale: #2E2E2E. Windows color (decimal): -14274250 or 3551526. OLE color: 3551526.

HSL color Cylindrical-coordinate representation of color #263136: hue angle of 198.75º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #263136 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB384954-
CMYK0.300.0900.79
HSL198.75º17.39%18.04%-
HSV(B)198.75º29.63%21.18%-
XYZ2.562.883.91-
YUV46.28132.36122.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.95%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 54 (21.48% from 255) = 38.30%
R=26.95%
G=34.75%
B=38.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3849540.300.0900.79198.7517.3918.04
Hex2631361E904Fc71112
Octal466166361101173072122
Binary10011011000111011011110100101001111110001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263136; }

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

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

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

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

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

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

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

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