Shades of Venice Blue #38556F
Tints of Venice Blue #38556F
RGB
CMYK
RGB Variations
Color information
#38556F (or 0x38556F) is known color: Venice Blue. HEX triplet: 38, 55 and 6F. RGB value is (56,85,111). Sum of RGB (Red+Green+Blue) = 56+85+111=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #38556F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38556F is #C7AA90. Grayscale: #4F4F4F. Windows color (decimal): -13085329 or 7296312. OLE color: 7296312.
HSL color Cylindrical-coordinate representation of color #38556F: hue angle of 208.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38556F is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 85 | 111 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.56 |
| HSL | 208.36º | 0.33% | 0.33% | - |
| HSV(B) | 208.36º | 0.5% | 0.44% | - |
| XYZ | 7.75 | 8.49 | 16.27 | - |
| YUV | 79.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 111 | 0.50 | 0.23 | 0 | 0.56 | 208.36 | 0.33 | 0.33 |
| Hex | 38 | 55 | 6F | 32 | 17 | 0 | 38 | D0 | 21 | 21 |
| Octal | 70 | 125 | 157 | 62 | 27 | 0 | 70 | 320 | 41 | 41 |
| Binary | 111000 | 1010101 | 1101111 | 110010 | 10111 | 0 | 111000 | 11010000 | 100001 | 100001 |
Color Harmonies of #38556F
Complementary color
Monochromatic Colors of #38556F
Black with #38556F
Text Example
Text Example
White with #38556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38556F; }
p { color: rgb(56,85,111); }
H1.HeaderClassName
{
color: #38556F;
}
.AnyTagClassName
{
color: #38556F;
}
</style>
background-color css
<style>
a { background-color: #38556F; }
a { background-color: rgb(56,85,111); }
div.DivClassName
{
background-color: #38556F;
}
.BgClassName
{
background-color: #38556F;
}
</style>
border-color css
<style>
span { border-color: #38556F; }
span { border-color: rgb(56,85,111); }
td.TdClassName
{
border-color: #38556F;
}
.TagClassName
{
border-color: #38556F;
}
</style>