#263238

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

Shades of Oxford Blue #263238

Tints of Oxford Blue #263238

Color information

#263238 (or 0x263238) is unknown color: approx Oxford Blue. HEX triplet: 26, 32 and 38. RGB value is (38,50,56). Sum of RGB (Red+Green+Blue) = 38+50+56=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #263238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263238 is #D9CDC7. Grayscale: #2F2F2F. Windows color (decimal): -14273992 or 3682854. OLE color: 3682854.

HSL color Cylindrical-coordinate representation of color #263238: hue angle of 200º 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 #263238 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB385056-
CMYK0.320.1100.78
HSL200º19.15%18.43%-
HSV(B)200º32.14%21.96%-
XYZ2.652.984.18-
YUV47.1133.02121.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.39%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=26.39%
G=34.72%
B=38.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3850560.320.1100.7820019.1518.43
Hex26323820B04Ec81312
Octal466270401301163102322
Binary100110110010111000100000101101001110110010001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263238; }

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

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

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

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

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

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

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

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