#263033

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

Shades of Oxford Blue #263033

Tints of Oxford Blue #263033

Color information

#263033 (or 0x263033) is unknown color: approx Oxford Blue. HEX triplet: 26, 30 and 33. RGB value is (38,48,51). Sum of RGB (Red+Green+Blue) = 38+48+51=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 51 - color contains mainly: blue. Hex color #263033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263033 is #D9CFCC. Grayscale: #2D2D2D. Windows color (decimal): -14274509 or 3354662. OLE color: 3354662.

HSL color Cylindrical-coordinate representation of color #263033: hue angle of 193.85º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #263033 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB384851-
CMYK0.250.0600.8
HSL193.85º14.61%17.45%-
HSV(B)193.85º25.49%20%-
XYZ2.452.763.54-
YUV45.35131.19122.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 51 (20.31% from 255) = 37.23%
R=27.74%
G=35.04%
B=37.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3848510.250.0600.8193.8514.6117.45
Hex263033196050c2f11
Octal46606331601203021721
Binary100110110000110011110011100101000011000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263033; }

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

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

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

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

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

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

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

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