Html Css Color HEX #24373E Oxford Blue

📋 copy color: '#24373E'

red 36 ◦ green 55 ◦ blue 62

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

Shades of Oxford Blue #24373E

Tints of Oxford Blue #24373E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40.52%

R = 23.53%
G = 35.95%
B = 40.52%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#24373E (or 0x24373E) is known color: Oxford Blue. HEX triplet: 24, 37 and 3E. RGB value is (36,55,62). Sum of RGB (Red+Green+Blue) = 36+55+62=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 62 - color contains mainly: blue. Hex color #24373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24373E is #DBC8C1. Grayscale: #323232. Windows color (decimal): -14403778 or 4077348. OLE color: 4077348.

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

Color convert

RGB 36 55 62 -
CMYK 0.42 0.11 0 0.76
HSL 196.15º 0.27% 0.19% -
HSV(B) 196.15º 0.42% 0.24% -
XYZ 2.96 3.46 5.07 -
YUV 50.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 36 55 62 0.42 0.11 0 0.76 196.15 0.27 0.19
Hex 24 37 3E 2A B 0 4C C4 1B 13
Octal 44 67 76 52 13 0 114 304 33 23
Binary 100100 110111 111110 101010 1011 0 1001100 11000100 11011 10011

Color Harmonies of #24373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24373E

Black with #24373E

Text Example


Text Example

White with #24373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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