#263A41

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

Shades of Oxford Blue #263A41

Tints of Oxford Blue #263A41

Color information

#263A41 (or 0x263A41) is unknown color: approx Oxford Blue. HEX triplet: 26, 3A and 41. RGB value is (38,58,65). Sum of RGB (Red+Green+Blue) = 38+58+65=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #263A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A41 is #D9C5BE. Grayscale: #343434. Windows color (decimal): -14271935 or 4274726. OLE color: 4274726.

HSL color Cylindrical-coordinate representation of color #263A41: hue angle of 195.56º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263A41 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB385865-
CMYK0.420.1100.75
HSL195.56º26.21%20.2%-
HSV(B)195.56º41.54%25.49%-
XYZ3.273.825.57-
YUV52.82134.87117.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=23.60%
G=36.02%
B=40.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3858650.420.1100.75195.5626.2120.2
Hex263A412AB04Bc41a14
Octal4672101521301133043224
Binary1001101110101000001101010101101001011110001001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263A41; }

 p { color: rgb(38,58,65); }

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

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

 a { background-color: rgb(38,58,65); }

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

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

 span { border-color: rgb(38,58,65); }

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