Shades of Torea Bay #30357B
Tints of Torea Bay #30357B
RGB
CMYK
RGB Variations
Color information
#30357B (or 0x30357B) is known color: Torea Bay. HEX triplet: 30, 35 and 7B. RGB value is (48,53,123). Sum of RGB (Red+Green+Blue) = 48+53+123=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #30357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30357B is #CFCA84. Grayscale: #3B3B3B. Windows color (decimal): -13617797 or 8074544. OLE color: 8074544.
HSL color Cylindrical-coordinate representation of color #30357B: hue angle of 236º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30357B is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 53 | 123 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.52 |
| HSL | 236º | 0.44% | 0.34% | - |
| HSV(B) | 236º | 0.61% | 0.48% | - |
| XYZ | 6.07 | 4.6 | 19.31 | - |
| YUV | 59.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 123 | 0.61 | 0.57 | 0 | 0.52 | 236 | 0.44 | 0.34 |
| Hex | 30 | 35 | 7B | 3D | 39 | 0 | 34 | EC | 2C | 22 |
| Octal | 60 | 65 | 173 | 75 | 71 | 0 | 64 | 354 | 54 | 42 |
| Binary | 110000 | 110101 | 1111011 | 111101 | 111001 | 0 | 110100 | 11101100 | 101100 | 100010 |
Color Harmonies of #30357B
Complementary color
Monochromatic Colors of #30357B
Black with #30357B
Text Example
Text Example
White with #30357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30357B; }
p { color: rgb(48,53,123); }
H1.HeaderClassName
{
color: #30357B;
}
.AnyTagClassName
{
color: #30357B;
}
</style>
background-color css
<style>
a { background-color: #30357B; }
a { background-color: rgb(48,53,123); }
div.DivClassName
{
background-color: #30357B;
}
.BgClassName
{
background-color: #30357B;
}
</style>
border-color css
<style>
span { border-color: #30357B; }
span { border-color: rgb(48,53,123); }
td.TdClassName
{
border-color: #30357B;
}
.TagClassName
{
border-color: #30357B;
}
</style>