Shades of Torea Bay #2A357B
Tints of Torea Bay #2A357B
RGB
CMYK
RGB Variations
Color information
#2A357B (or 0x2A357B) is known color: Torea Bay. HEX triplet: 2A, 35 and 7B. RGB value is (42,53,123). Sum of RGB (Red+Green+Blue) = 42+53+123=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A357B is #D5CA84. Grayscale: #393939. Windows color (decimal): -14011013 or 8074538. OLE color: 8074538.
HSL color Cylindrical-coordinate representation of color #2A357B: hue angle of 231.85º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A357B is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 53 | 123 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.52 |
| HSL | 231.85º | 0.49% | 0.32% | - |
| HSV(B) | 231.85º | 0.66% | 0.48% | - |
| XYZ | 5.8 | 4.47 | 19.3 | - |
| YUV | 57.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 123 | 0.66 | 0.57 | 0 | 0.52 | 231.85 | 0.49 | 0.32 |
| Hex | 2A | 35 | 7B | 42 | 39 | 0 | 34 | E8 | 31 | 20 |
| Octal | 52 | 65 | 173 | 102 | 71 | 0 | 64 | 350 | 61 | 40 |
| Binary | 101010 | 110101 | 1111011 | 1000010 | 111001 | 0 | 110100 | 11101000 | 110001 | 100000 |
Color Harmonies of #2A357B
Complementary color
Monochromatic Colors of #2A357B
Black with #2A357B
Text Example
Text Example
White with #2A357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A357B; }
p { color: rgb(42,53,123); }
H1.HeaderClassName
{
color: #2A357B;
}
.AnyTagClassName
{
color: #2A357B;
}
</style>
background-color css
<style>
a { background-color: #2A357B; }
a { background-color: rgb(42,53,123); }
div.DivClassName
{
background-color: #2A357B;
}
.BgClassName
{
background-color: #2A357B;
}
</style>
border-color css
<style>
span { border-color: #2A357B; }
span { border-color: rgb(42,53,123); }
td.TdClassName
{
border-color: #2A357B;
}
.TagClassName
{
border-color: #2A357B;
}
</style>