#2A3133

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

Shades of Oxford Blue #2A3133

Tints of Oxford Blue #2A3133

Color information

#2A3133 (or 0x2A3133) is unknown color: approx Oxford Blue. HEX triplet: 2A, 31 and 33. RGB value is (42,49,51). Sum of RGB (Red+Green+Blue) = 42+49+51=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 51 - color contains mainly: blue. Hex color #2A3133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3133 is #D5CECC. Grayscale: #2F2F2F. Windows color (decimal): -14012109 or 3354922. OLE color: 3354922.

HSL color Cylindrical-coordinate representation of color #2A3133: hue angle of 193.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2A3133 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB424951-
CMYK0.180.0400.8
HSL193.33º9.68%18.24%-
HSV(B)193.33º17.65%20%-
XYZ2.652.933.56-
YUV47.14130.18124.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.58%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 51 (20.31% from 255) = 35.92%
R=29.58%
G=34.51%
B=35.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4249510.180.0400.8193.339.6818.24
Hex2A3133124050c1a12
Octal52616322401203011222
Binary101010110001110011100101000101000011000001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A3133; }

 p { color: rgb(42,49,51); }

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

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

 a { background-color: rgb(42,49,51); }

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

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

 span { border-color: rgb(42,49,51); }

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