Shades of Torea Bay #232C84
Tints of Torea Bay #232C84
RGB
CMYK
RGB Variations
Color information
#232C84 (or 0x232C84) is known color: Torea Bay. HEX triplet: 23, 2C and 84. RGB value is (35,44,132). Sum of RGB (Red+Green+Blue) = 35+44+132=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #232C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C84 is #DCD37B. Grayscale: #323232. Windows color (decimal): -14472060 or 8662051. OLE color: 8662051.
HSL color Cylindrical-coordinate representation of color #232C84: hue angle of 234.43º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232C84 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 44 | 132 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.48 |
| HSL | 234.43º | 0.58% | 0.33% | - |
| HSV(B) | 234.43º | 0.73% | 0.52% | - |
| XYZ | 5.76 | 3.82 | 22.26 | - |
| YUV | 51.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 132 | 0.73 | 0.67 | 0 | 0.48 | 234.43 | 0.58 | 0.33 |
| Hex | 23 | 2C | 84 | 49 | 43 | 0 | 30 | EA | 3A | 21 |
| Octal | 43 | 54 | 204 | 111 | 103 | 0 | 60 | 352 | 72 | 41 |
| Binary | 100011 | 101100 | 10000100 | 1001001 | 1000011 | 0 | 110000 | 11101010 | 111010 | 100001 |
Color Harmonies of #232C84
Complementary color
Monochromatic Colors of #232C84
Black with #232C84
Text Example
Text Example
White with #232C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C84; }
p { color: rgb(35,44,132); }
H1.HeaderClassName
{
color: #232C84;
}
.AnyTagClassName
{
color: #232C84;
}
</style>
background-color css
<style>
a { background-color: #232C84; }
a { background-color: rgb(35,44,132); }
div.DivClassName
{
background-color: #232C84;
}
.BgClassName
{
background-color: #232C84;
}
</style>
border-color css
<style>
span { border-color: #232C84; }
span { border-color: rgb(35,44,132); }
td.TdClassName
{
border-color: #232C84;
}
.TagClassName
{
border-color: #232C84;
}
</style>