Html Css Color HEX #24353A Oxford Blue

📋 copy color: '#24353A'

red 36 ◦ green 53 ◦ blue 58

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

Shades of Oxford Blue #24353A

Tints of Oxford Blue #24353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.05%

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

R = 24.49%
G = 36.05%
B = 39.46%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#24353A (or 0x24353A) is known color: Oxford Blue. HEX triplet: 24, 35 and 3A. RGB value is (36,53,58). Sum of RGB (Red+Green+Blue) = 36+53+58=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #24353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24353A is #DBCAC5. Grayscale: #303030. Windows color (decimal): -14404294 or 3814692. OLE color: 3814692.

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

Color convert

RGB 36 53 58 -
CMYK 0.38 0.09 0 0.77
HSL 193.64º 0.23% 0.18% -
HSV(B) 193.64º 0.38% 0.23% -
XYZ 2.76 3.23 4.48 -
YUV 48.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 36 53 58 0.38 0.09 0 0.77 193.64 0.23 0.18
Hex 24 35 3A 26 9 0 4D C2 17 12
Octal 44 65 72 46 11 0 115 302 27 22
Binary 100100 110101 111010 100110 1001 0 1001101 11000010 10111 10010

Color Harmonies of #24353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24353A

Black with #24353A

Text Example


Text Example

White with #24353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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