Shades of Torea Bay #302F7D
Tints of Torea Bay #302F7D
RGB
CMYK
RGB Variations
Color information
#302F7D (or 0x302F7D) is known color: Torea Bay. HEX triplet: 30, 2F and 7D. RGB value is (48,47,125). Sum of RGB (Red+Green+Blue) = 48+47+125=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #302F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F7D is #CFD082. Grayscale: #373737. Windows color (decimal): -13619331 or 8204080. OLE color: 8204080.
HSL color Cylindrical-coordinate representation of color #302F7D: hue angle of 240.77º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302F7D is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 47 | 125 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.51 |
| HSL | 240.77º | 0.45% | 0.34% | - |
| HSV(B) | 240.77º | 0.62% | 0.49% | - |
| XYZ | 5.94 | 4.14 | 19.89 | - |
| YUV | 56.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 125 | 0.62 | 0.62 | 0 | 0.51 | 240.77 | 0.45 | 0.34 |
| Hex | 30 | 2F | 7D | 3E | 3E | 0 | 33 | F1 | 2D | 22 |
| Octal | 60 | 57 | 175 | 76 | 76 | 0 | 63 | 361 | 55 | 42 |
| Binary | 110000 | 101111 | 1111101 | 111110 | 111110 | 0 | 110011 | 11110001 | 101101 | 100010 |
Color Harmonies of #302F7D
Complementary color
Monochromatic Colors of #302F7D
Black with #302F7D
Text Example
Text Example
White with #302F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F7D; }
p { color: rgb(48,47,125); }
H1.HeaderClassName
{
color: #302F7D;
}
.AnyTagClassName
{
color: #302F7D;
}
</style>
background-color css
<style>
a { background-color: #302F7D; }
a { background-color: rgb(48,47,125); }
div.DivClassName
{
background-color: #302F7D;
}
.BgClassName
{
background-color: #302F7D;
}
</style>
border-color css
<style>
span { border-color: #302F7D; }
span { border-color: rgb(48,47,125); }
td.TdClassName
{
border-color: #302F7D;
}
.TagClassName
{
border-color: #302F7D;
}
</style>