#2A3032

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

Shades of Oxford Blue #2A3032

Tints of Oxford Blue #2A3032

Color information

#2A3032 (or 0x2A3032) is unknown color: approx Oxford Blue. HEX triplet: 2A, 30 and 32. RGB value is (42,48,50). Sum of RGB (Red+Green+Blue) = 42+48+50=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A3032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3032 is #D5CFCD. Grayscale: #2E2E2E. Windows color (decimal): -14012366 or 3289130. OLE color: 3289130.

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

Color convert

RGB424850-
CMYK0.160.0400.80
HSL195º8.7%18.04%-
HSV(B)195º16%19.61%-
XYZ2.592.843.43-
YUV46.43130.01124.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=30%
G=34.29%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4248500.160.0400.801958.718.04
Hex2A3032104050c3912
Octal52606220401203031122
Binary101010110000110010100001000101000011000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,48,50); }

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

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

 a { background-color: rgb(42,48,50); }

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

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

 span { border-color: rgb(42,48,50); }

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