Shades of Torea Bay #232C8C
Tints of Torea Bay #232C8C
RGB
CMYK
RGB Variations
Color information
#232C8C (or 0x232C8C) is known color: Torea Bay. HEX triplet: 23, 2C and 8C. RGB value is (35,44,140). Sum of RGB (Red+Green+Blue) = 35+44+140=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #232C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C8C is #DCD373. Grayscale: #333333. Windows color (decimal): -14472052 or 9186339. OLE color: 9186339.
HSL color Cylindrical-coordinate representation of color #232C8C: hue angle of 234.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232C8C is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 44 | 140 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.45 |
| HSL | 234.86º | 0.6% | 0.34% | - |
| HSV(B) | 234.86º | 0.75% | 0.55% | - |
| XYZ | 6.33 | 4.05 | 25.26 | - |
| YUV | 52.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 140 | 0.75 | 0.69 | 0 | 0.45 | 234.86 | 0.6 | 0.34 |
| Hex | 23 | 2C | 8C | 4B | 45 | 0 | 2D | EB | 3C | 22 |
| Octal | 43 | 54 | 214 | 113 | 105 | 0 | 55 | 353 | 74 | 42 |
| Binary | 100011 | 101100 | 10001100 | 1001011 | 1000101 | 0 | 101101 | 11101011 | 111100 | 100010 |
Color Harmonies of #232C8C
Complementary color
Monochromatic Colors of #232C8C
Black with #232C8C
Text Example
Text Example
White with #232C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C8C; }
p { color: rgb(35,44,140); }
H1.HeaderClassName
{
color: #232C8C;
}
.AnyTagClassName
{
color: #232C8C;
}
</style>
background-color css
<style>
a { background-color: #232C8C; }
a { background-color: rgb(35,44,140); }
div.DivClassName
{
background-color: #232C8C;
}
.BgClassName
{
background-color: #232C8C;
}
</style>
border-color css
<style>
span { border-color: #232C8C; }
span { border-color: rgb(35,44,140); }
td.TdClassName
{
border-color: #232C8C;
}
.TagClassName
{
border-color: #232C8C;
}
</style>