Shades of Torea Bay #30387F
Tints of Torea Bay #30387F
RGB
CMYK
RGB Variations
Color information
#30387F (or 0x30387F) is known color: Torea Bay. HEX triplet: 30, 38 and 7F. RGB value is (48,56,127). Sum of RGB (Red+Green+Blue) = 48+56+127=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #30387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30387F is #CFC780. Grayscale: #3D3D3D. Windows color (decimal): -13617025 or 8337456. OLE color: 8337456.
HSL color Cylindrical-coordinate representation of color #30387F: hue angle of 233.92º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30387F is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 56 | 127 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.50 |
| HSL | 233.92º | 0.45% | 0.34% | - |
| HSV(B) | 233.92º | 0.62% | 0.5% | - |
| XYZ | 6.46 | 4.99 | 20.7 | - |
| YUV | 61.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 127 | 0.62 | 0.56 | 0 | 0.50 | 233.92 | 0.45 | 0.34 |
| Hex | 30 | 38 | 7F | 3E | 38 | 0 | 32 | EA | 2D | 22 |
| Octal | 60 | 70 | 177 | 76 | 70 | 0 | 62 | 352 | 55 | 42 |
| Binary | 110000 | 111000 | 1111111 | 111110 | 111000 | 0 | 110010 | 11101010 | 101101 | 100010 |
Color Harmonies of #30387F
Complementary color
Monochromatic Colors of #30387F
Black with #30387F
Text Example
Text Example
White with #30387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30387F; }
p { color: rgb(48,56,127); }
H1.HeaderClassName
{
color: #30387F;
}
.AnyTagClassName
{
color: #30387F;
}
</style>
background-color css
<style>
a { background-color: #30387F; }
a { background-color: rgb(48,56,127); }
div.DivClassName
{
background-color: #30387F;
}
.BgClassName
{
background-color: #30387F;
}
</style>
border-color css
<style>
span { border-color: #30387F; }
span { border-color: rgb(48,56,127); }
td.TdClassName
{
border-color: #30387F;
}
.TagClassName
{
border-color: #30387F;
}
</style>