#242E31

Color #242E31 Oxford Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxford Blue #242E31

Tints of Oxford Blue #242E31

Color information

#242E31 (or 0x242E31) is unknown color: approx 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

RGB364649-
CMYK0.270.0600.81
HSL193.85º15.29%16.67%-
HSV(B)193.85º26.53%19.22%-
XYZ2.262.553.28-
YUV43.35131.19122.76-

RGB Variations

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

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.40%
R=27.48%
G=35.11%
B=37.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3646490.270.0600.81193.8515.2916.67
Hex242E311B6051c2f11
Octal44566133601213021721
Binary100100101110110001110111100101000111000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>