Html Css Color HEX #2A3032 Oxford Blue

📋 copy color: '#2A3032'

red 42 ◦ green 48 ◦ blue 50

#2A3032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxford Blue #2A3032

Tints of Oxford Blue #2A3032

RGB

 RED value IS 42 (16.8% 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 value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2A3032 (or 0x2A3032) is known color: 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

RGB 42 48 50 -
CMYK 0.16 0.04 0 0.80
HSL 195º 0.09% 0.18% -
HSV(B) 195º 0.16% 0.2% -
XYZ 2.59 2.84 3.43 -
YUV 46.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 42 48 50 0.16 0.04 0 0.80 195 0.09 0.18
Hex 2A 30 32 10 4 0 50 C3 9 12
Octal 52 60 62 20 4 0 120 303 11 22
Binary 101010 110000 110010 10000 100 0 1010000 11000011 1001 10010

Color Harmonies of #2A3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3032

Black with #2A3032

Text Example


Text Example

White with #2A3032

Text Example


Text Example

HTML Codes & Css Web 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>