Html Css Color HEX #24383E Oxford Blue

📋 copy color: '#24383E'

red 36 ◦ green 56 ◦ blue 62

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

Shades of Oxford Blue #24383E

Tints of Oxford Blue #24383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.36%

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

R = 23.38%
G = 36.36%
B = 40.26%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#24383E (or 0x24383E) is known color: Oxford Blue. HEX triplet: 24, 38 and 3E. RGB value is (36,56,62). Sum of RGB (Red+Green+Blue) = 36+56+62=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 62 - color contains mainly: blue. Hex color #24383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24383E is #DBC7C1. Grayscale: #323232. Windows color (decimal): -14403522 or 4077604. OLE color: 4077604.

HSL color Cylindrical-coordinate representation of color #24383E: hue angle of 193.85º 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 #24383E is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 36 56 62 -
CMYK 0.42 0.10 0 0.76
HSL 193.85º 0.27% 0.19% -
HSV(B) 193.85º 0.42% 0.24% -
XYZ 3.01 3.55 5.08 -
YUV 50.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 36 56 62 0.42 0.10 0 0.76 193.85 0.27 0.19
Hex 24 38 3E 2A A 0 4C C2 1B 13
Octal 44 70 76 52 12 0 114 302 33 23
Binary 100100 111000 111110 101010 1010 0 1001100 11000010 11011 10011

Color Harmonies of #24383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24383E

Black with #24383E

Text Example


Text Example

White with #24383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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