Shades of Torea Bay #2F357B
Tints of Torea Bay #2F357B
RGB
CMYK
RGB Variations
Color information
#2F357B (or 0x2F357B) is known color: Torea Bay. HEX triplet: 2F, 35 and 7B. RGB value is (47,53,123). Sum of RGB (Red+Green+Blue) = 47+53+123=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F357B is #D0CA84. Grayscale: #3A3A3A. Windows color (decimal): -13683333 or 8074543. OLE color: 8074543.
HSL color Cylindrical-coordinate representation of color #2F357B: hue angle of 235.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F357B is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 53 | 123 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.52 |
| HSL | 235.26º | 0.45% | 0.33% | - |
| HSV(B) | 235.26º | 0.62% | 0.48% | - |
| XYZ | 6.02 | 4.58 | 19.31 | - |
| YUV | 59.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 123 | 0.62 | 0.57 | 0 | 0.52 | 235.26 | 0.45 | 0.33 |
| Hex | 2F | 35 | 7B | 3E | 39 | 0 | 34 | EB | 2D | 21 |
| Octal | 57 | 65 | 173 | 76 | 71 | 0 | 64 | 353 | 55 | 41 |
| Binary | 101111 | 110101 | 1111011 | 111110 | 111001 | 0 | 110100 | 11101011 | 101101 | 100001 |
Color Harmonies of #2F357B
Complementary color
Monochromatic Colors of #2F357B
Black with #2F357B
Text Example
Text Example
White with #2F357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F357B; }
p { color: rgb(47,53,123); }
H1.HeaderClassName
{
color: #2F357B;
}
.AnyTagClassName
{
color: #2F357B;
}
</style>
background-color css
<style>
a { background-color: #2F357B; }
a { background-color: rgb(47,53,123); }
div.DivClassName
{
background-color: #2F357B;
}
.BgClassName
{
background-color: #2F357B;
}
</style>
border-color css
<style>
span { border-color: #2F357B; }
span { border-color: rgb(47,53,123); }
td.TdClassName
{
border-color: #2F357B;
}
.TagClassName
{
border-color: #2F357B;
}
</style>