Shades of Tory Blue #233F93
Tints of Tory Blue #233F93
RGB
CMYK
RGB Variations
Color information
#233F93 (or 0x233F93) is known color: Tory Blue. HEX triplet: 23, 3F and 93. RGB value is (35,63,147). Sum of RGB (Red+Green+Blue) = 35+63+147=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #233F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233F93 is #DCC06C. Grayscale: #3F3F3F. Windows color (decimal): -14467181 or 9649955. OLE color: 9649955.
HSL color Cylindrical-coordinate representation of color #233F93: hue angle of 225º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233F93 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 63 | 147 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.42 |
| HSL | 225º | 0.62% | 0.36% | - |
| HSV(B) | 225º | 0.76% | 0.58% | - |
| XYZ | 7.74 | 6.02 | 28.36 | - |
| YUV | 64.2 | 174.72 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 147 | 0.76 | 0.57 | 0 | 0.42 | 225 | 0.62 | 0.36 |
| Hex | 23 | 3F | 93 | 4C | 39 | 0 | 2A | E1 | 3E | 24 |
| Octal | 43 | 77 | 223 | 114 | 71 | 0 | 52 | 341 | 76 | 44 |
| Binary | 100011 | 111111 | 10010011 | 1001100 | 111001 | 0 | 101010 | 11100001 | 111110 | 100100 |
Color Harmonies of #233F93
Complementary color
Monochromatic Colors of #233F93
Black with #233F93
Text Example
Text Example
White with #233F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F93; }
p { color: rgb(35,63,147); }
H1.HeaderClassName
{
color: #233F93;
}
.AnyTagClassName
{
color: #233F93;
}
</style>
background-color css
<style>
a { background-color: #233F93; }
a { background-color: rgb(35,63,147); }
div.DivClassName
{
background-color: #233F93;
}
.BgClassName
{
background-color: #233F93;
}
</style>
border-color css
<style>
span { border-color: #233F93; }
span { border-color: rgb(35,63,147); }
td.TdClassName
{
border-color: #233F93;
}
.TagClassName
{
border-color: #233F93;
}
</style>