Html Css Color HEX #24363D Oxford Blue

📋 copy color: '#24363D'

red 36 ◦ green 54 ◦ blue 61

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

Shades of Oxford Blue #24363D

Tints of Oxford Blue #24363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.76%

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

R = 23.84%
G = 35.76%
B = 40.4%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#24363D (or 0x24363D) is known color: Oxford Blue. HEX triplet: 24, 36 and 3D. RGB value is (36,54,61). Sum of RGB (Red+Green+Blue) = 36+54+61=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #24363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24363D is #DBC9C2. Grayscale: #313131. Windows color (decimal): -14404035 or 4011556. OLE color: 4011556.

HSL color Cylindrical-coordinate representation of color #24363D: hue angle of 196.8º 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 #24363D is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 36 54 61 -
CMYK 0.41 0.11 0 0.76
HSL 196.8º 0.26% 0.19% -
HSV(B) 196.8º 0.41% 0.24% -
XYZ 2.89 3.35 4.91 -
YUV 49.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 36 54 61 0.41 0.11 0 0.76 196.8 0.26 0.19
Hex 24 36 3D 29 B 0 4C C5 1A 13
Octal 44 66 75 51 13 0 114 305 32 23
Binary 100100 110110 111101 101001 1011 0 1001100 11000101 11010 10011

Color Harmonies of #24363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24363D

Black with #24363D

Text Example


Text Example

White with #24363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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