Html Css Color HEX #24333A Oxford Blue

📋 copy color: '#24333A'

red 36 ◦ green 51 ◦ blue 58

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

Shades of Oxford Blue #24333A

Tints of Oxford Blue #24333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

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

R = 24.83%
G = 35.17%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#24333A (or 0x24333A) is known color: Oxford Blue. HEX triplet: 24, 33 and 3A. RGB value is (36,51,58). Sum of RGB (Red+Green+Blue) = 36+51+58=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #24333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24333A is #DBCCC5. Grayscale: #2F2F2F. Windows color (decimal): -14404806 or 3814180. OLE color: 3814180.

HSL color Cylindrical-coordinate representation of color #24333A: hue angle of 199.09º 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 #24333A is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 36 51 58 -
CMYK 0.38 0.12 0 0.77
HSL 199.09º 0.23% 0.18% -
HSV(B) 199.09º 0.38% 0.23% -
XYZ 2.68 3.05 4.45 -
YUV 47.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 36 51 58 0.38 0.12 0 0.77 199.09 0.23 0.18
Hex 24 33 3A 26 C 0 4D C7 17 12
Octal 44 63 72 46 14 0 115 307 27 22
Binary 100100 110011 111010 100110 1100 0 1001101 11000111 10111 10010

Color Harmonies of #24333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24333A

Black with #24333A

Text Example


Text Example

White with #24333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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