Html Css Color HEX #2A393F Oxford Blue

📋 copy color: '#2A393F'

red 42 ◦ green 57 ◦ blue 63

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

Shades of Oxford Blue #2A393F

Tints of Oxford Blue #2A393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.19%

 BLUE value IS 63 (25% from 255) = 38.89%

R = 25.93%
G = 35.19%
B = 38.89%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2A393F (or 0x2A393F) is known color: Oxford Blue. HEX triplet: 2A, 39 and 3F. RGB value is (42,57,63). Sum of RGB (Red+Green+Blue) = 42+57+63=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 63 - color contains mainly: blue. Hex color #2A393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A393F is #D5C6C0. Grayscale: #353535. Windows color (decimal): -14010049 or 4143402. OLE color: 4143402.

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

Color convert

RGB 42 57 63 -
CMYK 0.33 0.10 0 0.75
HSL 197.14º 0.2% 0.21% -
HSV(B) 197.14º 0.33% 0.25% -
XYZ 3.32 3.78 5.26 -
YUV 53.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 42 57 63 0.33 0.10 0 0.75 197.14 0.2 0.21
Hex 2A 39 3F 21 A 0 4B C5 14 15
Octal 52 71 77 41 12 0 113 305 24 25
Binary 101010 111001 111111 100001 1010 0 1001011 11000101 10100 10101

Color Harmonies of #2A393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A393F

Black with #2A393F

Text Example


Text Example

White with #2A393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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