Html Css Color HEX #2C393D Oxford Blue

📋 copy color: '#2C393D'

red 44 ◦ green 57 ◦ blue 61

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

Shades of Oxford Blue #2C393D

Tints of Oxford Blue #2C393D

RGB

 RED value IS 44 (17.58% from 255) = 27.16%

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

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 27.16%
G = 35.19%
B = 37.65%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2C393D (or 0x2C393D) is known color: Oxford Blue. HEX triplet: 2C, 39 and 3D. RGB value is (44,57,61). Sum of RGB (Red+Green+Blue) = 44+57+61=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C393D is #D3C6C2. Grayscale: #353535. Windows color (decimal): -13878979 or 4012332. OLE color: 4012332.

HSL color Cylindrical-coordinate representation of color #2C393D: hue angle of 194.12º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2C393D is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 44 57 61 -
CMYK 0.28 0.07 0 0.76
HSL 194.12º 0.16% 0.21% -
HSV(B) 194.12º 0.28% 0.24% -
XYZ 3.34 3.8 4.97 -
YUV 53.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 44 57 61 0.28 0.07 0 0.76 194.12 0.16 0.21
Hex 2C 39 3D 1C 7 0 4C C2 10 15
Octal 54 71 75 34 7 0 114 302 20 25
Binary 101100 111001 111101 11100 111 0 1001100 11000010 10000 10101

Color Harmonies of #2C393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C393D

Black with #2C393D

Text Example


Text Example

White with #2C393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,57,61); }

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

background-color css

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

 a { background-color: rgb(44,57,61); }

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

border-color css

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

 span { border-color: rgb(44,57,61); }

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