Html Css Color HEX #242E31 Oxford Blue

📋 copy color: '#242E31'

red 36 ◦ green 46 ◦ blue 49

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

Shades of Oxford Blue #242E31

Tints of Oxford Blue #242E31

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.11%

 BLUE value IS 49 (19.53% from 255) = 37.4%

R = 27.48%
G = 35.11%
B = 37.4%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#242E31 (or 0x242E31) is known color: Oxford Blue. HEX triplet: 24, 2E and 31. RGB value is (36,46,49). Sum of RGB (Red+Green+Blue) = 36+46+49=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #242E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E31 is #DBD1CE. Grayscale: #2B2B2B. Windows color (decimal): -14406095 or 3223076. OLE color: 3223076.

HSL color Cylindrical-coordinate representation of color #242E31: hue angle of 193.85º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #242E31 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 46 49 -
CMYK 0.27 0.06 0 0.81
HSL 193.85º 0.15% 0.17% -
HSV(B) 193.85º 0.27% 0.19% -
XYZ 2.26 2.55 3.28 -
YUV 43.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 36 46 49 0.27 0.06 0 0.81 193.85 0.15 0.17
Hex 24 2E 31 1B 6 0 51 C2 F 11
Octal 44 56 61 33 6 0 121 302 17 21
Binary 100100 101110 110001 11011 110 0 1010001 11000010 1111 10001

Color Harmonies of #242E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242E31

Black with #242E31

Text Example


Text Example

White with #242E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242E31; }

 p { color: rgb(36,46,49); }

 H1.HeaderClassName
 {
   color: #242E31;
 }
 .AnyTagClassName
 {
   color: #242E31;
 }
</style>

background-color css

<style>
 a { background-color: #242E31; }

 a { background-color: rgb(36,46,49); }

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

border-color css

<style>
 span { border-color: #242E31; }

 span { border-color: rgb(36,46,49); }

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