Shades of Oxford Blue #243339
Tints of Oxford Blue #243339
RGB
CMYK
RGB Variations
Color information
#243339 (or 0x243339) is known color: Oxford Blue. HEX triplet: 24, 33 and 39. RGB value is (36,51,57). Sum of RGB (Red+Green+Blue) = 36+51+57=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #243339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243339 is #DBCCC6. Grayscale: #2F2F2F. Windows color (decimal): -14404807 or 3748644. OLE color: 3748644.
HSL color Cylindrical-coordinate representation of color #243339: hue angle of 197.14º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #243339 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 51 | 57 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.78 |
| HSL | 197.14º | 0.23% | 0.18% | - |
| HSV(B) | 197.14º | 0.37% | 0.22% | - |
| XYZ | 2.65 | 3.04 | 4.32 | - |
| YUV | 47.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 57 | 0.37 | 0.11 | 0 | 0.78 | 197.14 | 0.23 | 0.18 |
| Hex | 24 | 33 | 39 | 25 | B | 0 | 4E | C5 | 17 | 12 |
| Octal | 44 | 63 | 71 | 45 | 13 | 0 | 116 | 305 | 27 | 22 |
| Binary | 100100 | 110011 | 111001 | 100101 | 1011 | 0 | 1001110 | 11000101 | 10111 | 10010 |
Color Harmonies of #243339
Complementary color
Monochromatic Colors of #243339
Black with #243339
Text Example
Text Example
White with #243339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243339; }
p { color: rgb(36,51,57); }
H1.HeaderClassName
{
color: #243339;
}
.AnyTagClassName
{
color: #243339;
}
</style>
background-color css
<style>
a { background-color: #243339; }
a { background-color: rgb(36,51,57); }
div.DivClassName
{
background-color: #243339;
}
.BgClassName
{
background-color: #243339;
}
</style>
border-color css
<style>
span { border-color: #243339; }
span { border-color: rgb(36,51,57); }
td.TdClassName
{
border-color: #243339;
}
.TagClassName
{
border-color: #243339;
}
</style>