Shades of Torea Bay #232C80
Tints of Torea Bay #232C80
RGB
CMYK
RGB Variations
Color information
#232C80 (or 0x232C80) is known color: Torea Bay. HEX triplet: 23, 2C and 80. RGB value is (35,44,128). Sum of RGB (Red+Green+Blue) = 35+44+128=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 128 (50.39% from 255 or 61.84% from 207); Max value from RGB is 128 - color contains mainly: blue. Hex color #232C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C80 is #DCD37F. Grayscale: #323232. Windows color (decimal): -14472064 or 8399907. OLE color: 8399907.
HSL color Cylindrical-coordinate representation of color #232C80: hue angle of 234.19º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232C80 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 44 | 128 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.50 |
| HSL | 234.19º | 0.57% | 0.32% | - |
| HSV(B) | 234.19º | 0.73% | 0.5% | - |
| XYZ | 5.49 | 3.72 | 20.85 | - |
| YUV | 50.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 128 | 0.73 | 0.66 | 0 | 0.50 | 234.19 | 0.57 | 0.32 |
| Hex | 23 | 2C | 80 | 49 | 42 | 0 | 32 | EA | 39 | 20 |
| Octal | 43 | 54 | 200 | 111 | 102 | 0 | 62 | 352 | 71 | 40 |
| Binary | 100011 | 101100 | 10000000 | 1001001 | 1000010 | 0 | 110010 | 11101010 | 111001 | 100000 |
Color Harmonies of #232C80
Complementary color
Monochromatic Colors of #232C80
Black with #232C80
Text Example
Text Example
White with #232C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C80; }
p { color: rgb(35,44,128); }
H1.HeaderClassName
{
color: #232C80;
}
.AnyTagClassName
{
color: #232C80;
}
</style>
background-color css
<style>
a { background-color: #232C80; }
a { background-color: rgb(35,44,128); }
div.DivClassName
{
background-color: #232C80;
}
.BgClassName
{
background-color: #232C80;
}
</style>
border-color css
<style>
span { border-color: #232C80; }
span { border-color: rgb(35,44,128); }
td.TdClassName
{
border-color: #232C80;
}
.TagClassName
{
border-color: #232C80;
}
</style>