Html Css Color HEX #24363A Oxford Blue

📋 copy color: '#24363A'

red 36 ◦ green 54 ◦ blue 58

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

Shades of Oxford Blue #24363A

Tints of Oxford Blue #24363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 39.19%

R = 24.32%
G = 36.49%
B = 39.19%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#24363A (or 0x24363A) is known color: Oxford Blue. HEX triplet: 24, 36 and 3A. RGB value is (36,54,58). Sum of RGB (Red+Green+Blue) = 36+54+58=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 58 - color contains mainly: blue. Hex color #24363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24363A is #DBC9C5. Grayscale: #313131. Windows color (decimal): -14404038 or 3814948. OLE color: 3814948.

HSL color Cylindrical-coordinate representation of color #24363A: hue angle of 190.91º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #24363A is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 36 54 58 -
CMYK 0.38 0.07 0 0.77
HSL 190.91º 0.23% 0.18% -
HSV(B) 190.91º 0.38% 0.23% -
XYZ 2.81 3.32 4.5 -
YUV 49.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 36 54 58 0.38 0.07 0 0.77 190.91 0.23 0.18
Hex 24 36 3A 26 7 0 4D BF 17 12
Octal 44 66 72 46 7 0 115 277 27 22
Binary 100100 110110 111010 100110 111 0 1001101 10111111 10111 10010

Color Harmonies of #24363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24363A

Black with #24363A

Text Example


Text Example

White with #24363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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