#263A40

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

Shades of Oxford Blue #263A40

Tints of Oxford Blue #263A40

Color information

#263A40 (or 0x263A40) is unknown color: approx Oxford Blue. HEX triplet: 26, 3A and 40. RGB value is (38,58,64). Sum of RGB (Red+Green+Blue) = 38+58+64=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #263A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A40 is #D9C5BF. Grayscale: #343434. Windows color (decimal): -14271936 or 4209190. OLE color: 4209190.

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

Color convert

RGB385864-
CMYK0.410.0900.75
HSL193.85º25.49%20%-
HSV(B)193.85º40.62%25.1%-
XYZ3.243.815.41-
YUV52.7134.37117.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.75%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 64 (25.39% from 255) = 40%
R=23.75%
G=36.25%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3858640.410.0900.75193.8525.4920
Hex263A4029904Bc21914
Octal4672100511101133023124
Binary1001101110101000000101001100101001011110000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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