Shades of Torea Bay #383C6C
Tints of Torea Bay #383C6C
RGB
CMYK
RGB Variations
Color information
#383C6C (or 0x383C6C) is known color: Torea Bay. HEX triplet: 38, 3C and 6C. RGB value is (56,60,108). Sum of RGB (Red+Green+Blue) = 56+60+108=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #383C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C6C is #C7C393. Grayscale: #404040. Windows color (decimal): -13091732 or 7093304. OLE color: 7093304.
HSL color Cylindrical-coordinate representation of color #383C6C: hue angle of 235.38º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #383C6C is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 60 | 108 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.58 |
| HSL | 235.38º | 0.32% | 0.32% | - |
| HSV(B) | 235.38º | 0.48% | 0.42% | - |
| XYZ | 5.95 | 5.16 | 14.87 | - |
| YUV | 64.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 108 | 0.48 | 0.44 | 0 | 0.58 | 235.38 | 0.32 | 0.32 |
| Hex | 38 | 3C | 6C | 30 | 2C | 0 | 3A | EB | 20 | 20 |
| Octal | 70 | 74 | 154 | 60 | 54 | 0 | 72 | 353 | 40 | 40 |
| Binary | 111000 | 111100 | 1101100 | 110000 | 101100 | 0 | 111010 | 11101011 | 100000 | 100000 |
Color Harmonies of #383C6C
Complementary color
Monochromatic Colors of #383C6C
Black with #383C6C
Text Example
Text Example
White with #383C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C6C; }
p { color: rgb(56,60,108); }
H1.HeaderClassName
{
color: #383C6C;
}
.AnyTagClassName
{
color: #383C6C;
}
</style>
background-color css
<style>
a { background-color: #383C6C; }
a { background-color: rgb(56,60,108); }
div.DivClassName
{
background-color: #383C6C;
}
.BgClassName
{
background-color: #383C6C;
}
</style>
border-color css
<style>
span { border-color: #383C6C; }
span { border-color: rgb(56,60,108); }
td.TdClassName
{
border-color: #383C6C;
}
.TagClassName
{
border-color: #383C6C;
}
</style>