#263237

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

Shades of Oxford Blue #263237

Tints of Oxford Blue #263237

Color information

#263237 (or 0x263237) is unknown color: approx Oxford Blue. HEX triplet: 26, 32 and 37. RGB value is (38,50,55). Sum of RGB (Red+Green+Blue) = 38+50+55=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 55 - color contains mainly: blue. Hex color #263237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263237 is #D9CDC8. Grayscale: #2E2E2E. Windows color (decimal): -14273993 or 3617318. OLE color: 3617318.

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

Color convert

RGB385055-
CMYK0.310.0900.78
HSL197.65º18.28%18.24%-
HSV(B)197.65º30.91%21.57%-
XYZ2.632.974.05-
YUV46.98132.52121.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.57%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 55 (21.88% from 255) = 38.46%
R=26.57%
G=34.97%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3850550.310.0900.78197.6518.2818.24
Hex2632371F904Ec61212
Octal466267371101163062222
Binary10011011001011011111111100101001110110001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263237; }

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

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

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

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

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

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

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

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