Html Css Color HEX #2A3539 Oxford Blue

📋 copy color: '#2A3539'

red 42 ◦ green 53 ◦ blue 57

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

Shades of Oxford Blue #2A3539

Tints of Oxford Blue #2A3539

RGB

 RED value IS 42 (16.8% from 255) = 27.63%

 GREEN value IS 53 (21.09% from 255) = 34.87%

 BLUE value IS 57 (22.66% from 255) = 37.5%

R = 27.63%
G = 34.87%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2A3539 (or 0x2A3539) is known color: Oxford Blue. HEX triplet: 2A, 35 and 39. RGB value is (42,53,57). Sum of RGB (Red+Green+Blue) = 42+53+57=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 57 - color contains mainly: blue. Hex color #2A3539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3539 is #D5CAC6. Grayscale: #323232. Windows color (decimal): -14011079 or 3749162. OLE color: 3749162.

HSL color Cylindrical-coordinate representation of color #2A3539: hue angle of 196º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2A3539 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 42 53 57 -
CMYK 0.26 0.07 0 0.78
HSL 196º 0.15% 0.19% -
HSV(B) 196º 0.26% 0.22% -
XYZ 2.97 3.33 4.36 -
YUV 50.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 42 53 57 0.26 0.07 0 0.78 196 0.15 0.19
Hex 2A 35 39 1A 7 0 4E C4 F 13
Octal 52 65 71 32 7 0 116 304 17 23
Binary 101010 110101 111001 11010 111 0 1001110 11000100 1111 10011

Color Harmonies of #2A3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3539

Black with #2A3539

Text Example


Text Example

White with #2A3539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,53,57); }

 H1.HeaderClassName
 {
   color: #2A3539;
 }
 .AnyTagClassName
 {
   color: #2A3539;
 }
</style>

background-color css

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

 a { background-color: rgb(42,53,57); }

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

border-color css

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

 span { border-color: rgb(42,53,57); }

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