Html Css Color HEX #24373D Oxford Blue

📋 copy color: '#24373D'

red 36 ◦ green 55 ◦ blue 61

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

Shades of Oxford Blue #24373D

Tints of Oxford Blue #24373D

RGB

 RED value IS 36 (14.45% from 255) = 23.68%

 GREEN value IS 55 (21.88% from 255) = 36.18%

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

R = 23.68%
G = 36.18%
B = 40.13%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#24373D (or 0x24373D) is known color: Oxford Blue. HEX triplet: 24, 37 and 3D. RGB value is (36,55,61). Sum of RGB (Red+Green+Blue) = 36+55+61=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #24373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24373D is #DBC8C2. Grayscale: #313131. Windows color (decimal): -14403779 or 4011812. OLE color: 4011812.

HSL color Cylindrical-coordinate representation of color #24373D: hue angle of 194.4º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #24373D is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 36 55 61 -
CMYK 0.41 0.10 0 0.76
HSL 194.4º 0.26% 0.19% -
HSV(B) 194.4º 0.41% 0.24% -
XYZ 2.94 3.44 4.92 -
YUV 50 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 36 55 61 0.41 0.10 0 0.76 194.4 0.26 0.19
Hex 24 37 3D 29 A 0 4C C2 1A 13
Octal 44 67 75 51 12 0 114 302 32 23
Binary 100100 110111 111101 101001 1010 0 1001100 11000010 11010 10011

Color Harmonies of #24373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24373D

Black with #24373D

Text Example


Text Example

White with #24373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24373D; }

 p { color: rgb(36,55,61); }

 H1.HeaderClassName
 {
   color: #24373D;
 }
 .AnyTagClassName
 {
   color: #24373D;
 }
</style>

background-color css

<style>
 a { background-color: #24373D; }

 a { background-color: rgb(36,55,61); }

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

border-color css

<style>
 span { border-color: #24373D; }

 span { border-color: rgb(36,55,61); }

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