Html Css Color HEX #2A3A40 Oxford Blue

📋 copy color: '#2A3A40'

red 42 ◦ green 58 ◦ blue 64

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

Shades of Oxford Blue #2A3A40

Tints of Oxford Blue #2A3A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.37%

 BLUE value IS 64 (25.39% from 255) = 39.02%

R = 25.61%
G = 35.37%
B = 39.02%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2A3A40 (or 0x2A3A40) is known color: Oxford Blue. HEX triplet: 2A, 3A and 40. RGB value is (42,58,64). Sum of RGB (Red+Green+Blue) = 42+58+64=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A3A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3A40 is #D5C5BF. Grayscale: #353535. Windows color (decimal): -14009792 or 4209194. OLE color: 4209194.

HSL color Cylindrical-coordinate representation of color #2A3A40: hue angle of 196.36º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2A3A40 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 42 58 64 -
CMYK 0.34 0.09 0 0.75
HSL 196.36º 0.21% 0.21% -
HSV(B) 196.36º 0.34% 0.25% -
XYZ 3.39 3.89 5.42 -
YUV 53.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 42 58 64 0.34 0.09 0 0.75 196.36 0.21 0.21
Hex 2A 3A 40 22 9 0 4B C4 15 15
Octal 52 72 100 42 11 0 113 304 25 25
Binary 101010 111010 1000000 100010 1001 0 1001011 11000100 10101 10101

Color Harmonies of #2A3A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3A40

Black with #2A3A40

Text Example


Text Example

White with #2A3A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,58,64); }

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

background-color css

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

 a { background-color: rgb(42,58,64); }

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

border-color css

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

 span { border-color: rgb(42,58,64); }

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