Shades of Torea Bay #2D307C
Tints of Torea Bay #2D307C
RGB
CMYK
RGB Variations
Color information
#2D307C (or 0x2D307C) is known color: Torea Bay. HEX triplet: 2D, 30 and 7C. RGB value is (45,48,124). Sum of RGB (Red+Green+Blue) = 45+48+124=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D307C is #D2CF83. Grayscale: #373737. Windows color (decimal): -13815684 or 8138797. OLE color: 8138797.
HSL color Cylindrical-coordinate representation of color #2D307C: hue angle of 237.72º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D307C is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 48 | 124 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.51 |
| HSL | 237.72º | 0.47% | 0.33% | - |
| HSV(B) | 237.72º | 0.64% | 0.49% | - |
| XYZ | 5.78 | 4.13 | 19.56 | - |
| YUV | 55.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 124 | 0.64 | 0.61 | 0 | 0.51 | 237.72 | 0.47 | 0.33 |
| Hex | 2D | 30 | 7C | 40 | 3D | 0 | 33 | EE | 2F | 21 |
| Octal | 55 | 60 | 174 | 100 | 75 | 0 | 63 | 356 | 57 | 41 |
| Binary | 101101 | 110000 | 1111100 | 1000000 | 111101 | 0 | 110011 | 11101110 | 101111 | 100001 |
Color Harmonies of #2D307C
Complementary color
Monochromatic Colors of #2D307C
Black with #2D307C
Text Example
Text Example
White with #2D307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D307C; }
p { color: rgb(45,48,124); }
H1.HeaderClassName
{
color: #2D307C;
}
.AnyTagClassName
{
color: #2D307C;
}
</style>
background-color css
<style>
a { background-color: #2D307C; }
a { background-color: rgb(45,48,124); }
div.DivClassName
{
background-color: #2D307C;
}
.BgClassName
{
background-color: #2D307C;
}
</style>
border-color css
<style>
span { border-color: #2D307C; }
span { border-color: rgb(45,48,124); }
td.TdClassName
{
border-color: #2D307C;
}
.TagClassName
{
border-color: #2D307C;
}
</style>