Shades of Torea Bay #232C8A
Tints of Torea Bay #232C8A
RGB
CMYK
RGB Variations
Color information
#232C8A (or 0x232C8A) is known color: Torea Bay. HEX triplet: 23, 2C and 8A. RGB value is (35,44,138). Sum of RGB (Red+Green+Blue) = 35+44+138=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #232C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C8A is #DCD375. Grayscale: #333333. Windows color (decimal): -14472054 or 9055267. OLE color: 9055267.
HSL color Cylindrical-coordinate representation of color #232C8A: hue angle of 234.76º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232C8A is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 44 | 138 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.46 |
| HSL | 234.76º | 0.6% | 0.34% | - |
| HSV(B) | 234.76º | 0.75% | 0.54% | - |
| XYZ | 6.18 | 3.99 | 24.49 | - |
| YUV | 52.03 | 176.52 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 138 | 0.75 | 0.68 | 0 | 0.46 | 234.76 | 0.6 | 0.34 |
| Hex | 23 | 2C | 8A | 4B | 44 | 0 | 2E | EB | 3C | 22 |
| Octal | 43 | 54 | 212 | 113 | 104 | 0 | 56 | 353 | 74 | 42 |
| Binary | 100011 | 101100 | 10001010 | 1001011 | 1000100 | 0 | 101110 | 11101011 | 111100 | 100010 |
Color Harmonies of #232C8A
Complementary color
Monochromatic Colors of #232C8A
Black with #232C8A
Text Example
Text Example
White with #232C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C8A; }
p { color: rgb(35,44,138); }
H1.HeaderClassName
{
color: #232C8A;
}
.AnyTagClassName
{
color: #232C8A;
}
</style>
background-color css
<style>
a { background-color: #232C8A; }
a { background-color: rgb(35,44,138); }
div.DivClassName
{
background-color: #232C8A;
}
.BgClassName
{
background-color: #232C8A;
}
</style>
border-color css
<style>
span { border-color: #232C8A; }
span { border-color: rgb(35,44,138); }
td.TdClassName
{
border-color: #232C8A;
}
.TagClassName
{
border-color: #232C8A;
}
</style>