Shades of Torea Bay #232D85
Tints of Torea Bay #232D85
RGB
CMYK
RGB Variations
Color information
#232D85 (or 0x232D85) is known color: Torea Bay. HEX triplet: 23, 2D and 85. RGB value is (35,45,133). Sum of RGB (Red+Green+Blue) = 35+45+133=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #232D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232D85 is #DCD27A. Grayscale: #333333. Windows color (decimal): -14471803 or 8727843. OLE color: 8727843.
HSL color Cylindrical-coordinate representation of color #232D85: hue angle of 233.88º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #232D85 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 45 | 133 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.48 |
| HSL | 233.88º | 0.58% | 0.33% | - |
| HSV(B) | 233.88º | 0.74% | 0.52% | - |
| XYZ | 5.87 | 3.93 | 22.64 | - |
| YUV | 52.04 | 173.69 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 133 | 0.74 | 0.66 | 0 | 0.48 | 233.88 | 0.58 | 0.33 |
| Hex | 23 | 2D | 85 | 4A | 42 | 0 | 30 | EA | 3A | 21 |
| Octal | 43 | 55 | 205 | 112 | 102 | 0 | 60 | 352 | 72 | 41 |
| Binary | 100011 | 101101 | 10000101 | 1001010 | 1000010 | 0 | 110000 | 11101010 | 111010 | 100001 |
Color Harmonies of #232D85
Complementary color
Monochromatic Colors of #232D85
Black with #232D85
Text Example
Text Example
White with #232D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D85; }
p { color: rgb(35,45,133); }
H1.HeaderClassName
{
color: #232D85;
}
.AnyTagClassName
{
color: #232D85;
}
</style>
background-color css
<style>
a { background-color: #232D85; }
a { background-color: rgb(35,45,133); }
div.DivClassName
{
background-color: #232D85;
}
.BgClassName
{
background-color: #232D85;
}
</style>
border-color css
<style>
span { border-color: #232D85; }
span { border-color: rgb(35,45,133); }
td.TdClassName
{
border-color: #232D85;
}
.TagClassName
{
border-color: #232D85;
}
</style>