Shades of Torea Bay #302F7B
Tints of Torea Bay #302F7B
RGB
CMYK
RGB Variations
Color information
#302F7B (or 0x302F7B) is known color: Torea Bay. HEX triplet: 30, 2F and 7B. RGB value is (48,47,123). Sum of RGB (Red+Green+Blue) = 48+47+123=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 47 (18.75% from 255 or 21.56% 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 #302F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F7B is #CFD084. Grayscale: #373737. Windows color (decimal): -13619333 or 8073008. OLE color: 8073008.
HSL color Cylindrical-coordinate representation of color #302F7B: hue angle of 240.79º 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 #302F7B is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 47 | 123 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.52 |
| HSL | 240.79º | 0.45% | 0.33% | - |
| HSV(B) | 240.79º | 0.62% | 0.48% | - |
| XYZ | 5.81 | 4.09 | 19.22 | - |
| YUV | 55.96 | 165.83 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 123 | 0.61 | 0.62 | 0 | 0.52 | 240.79 | 0.45 | 0.33 |
| Hex | 30 | 2F | 7B | 3D | 3E | 0 | 34 | F1 | 2D | 21 |
| Octal | 60 | 57 | 173 | 75 | 76 | 0 | 64 | 361 | 55 | 41 |
| Binary | 110000 | 101111 | 1111011 | 111101 | 111110 | 0 | 110100 | 11110001 | 101101 | 100001 |
Color Harmonies of #302F7B
Complementary color
Monochromatic Colors of #302F7B
Black with #302F7B
Text Example
Text Example
White with #302F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F7B; }
p { color: rgb(48,47,123); }
H1.HeaderClassName
{
color: #302F7B;
}
.AnyTagClassName
{
color: #302F7B;
}
</style>
background-color css
<style>
a { background-color: #302F7B; }
a { background-color: rgb(48,47,123); }
div.DivClassName
{
background-color: #302F7B;
}
.BgClassName
{
background-color: #302F7B;
}
</style>
border-color css
<style>
span { border-color: #302F7B; }
span { border-color: rgb(48,47,123); }
td.TdClassName
{
border-color: #302F7B;
}
.TagClassName
{
border-color: #302F7B;
}
</style>