#263338

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

Shades of Oxford Blue #263338

Tints of Oxford Blue #263338

Color information

#263338 (or 0x263338) is unknown color: approx Oxford Blue. HEX triplet: 26, 33 and 38. RGB value is (38,51,56). Sum of RGB (Red+Green+Blue) = 38+51+56=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #263338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263338 is #D9CCC7. Grayscale: #2F2F2F. Windows color (decimal): -14273736 or 3683110. OLE color: 3683110.

HSL color Cylindrical-coordinate representation of color #263338: hue angle of 196.67º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #263338 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB385156-
CMYK0.320.0900.78
HSL196.67º19.15%18.43%-
HSV(B)196.67º32.14%21.96%-
XYZ2.73.074.19-
YUV47.68132.69121.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=26.21%
G=35.17%
B=38.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3851560.320.0900.78196.6719.1518.43
Hex26333820904Ec51312
Octal466370401101163052322
Binary100110110011111000100000100101001110110001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263338; }

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

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

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

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

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

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

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

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