#262F32

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

Shades of Oxford Blue #262F32

Tints of Oxford Blue #262F32

Color information

#262F32 (or 0x262F32) is unknown color: approx Oxford Blue. HEX triplet: 26, 2F and 32. RGB value is (38,47,50). Sum of RGB (Red+Green+Blue) = 38+47+50=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 50 - color contains mainly: blue. Hex color #262F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F32 is #D9D0CD. Grayscale: #2C2C2C. Windows color (decimal): -14274766 or 3288870. OLE color: 3288870.

HSL color Cylindrical-coordinate representation of color #262F32: hue angle of 195º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #262F32 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB384750-
CMYK0.240.0600.80
HSL195º13.64%17.25%-
HSV(B)195º24%19.61%-
XYZ2.392.683.41-
YUV44.65131.02123.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.15%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=28.15%
G=34.81%
B=37.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3847500.240.0600.8019513.6417.25
Hex262F32186050c3e11
Octal46576230601203031621
Binary100110101111110010110001100101000011000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262F32; }

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

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

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

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

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

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

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

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