Shades of Blumine #385A66
Tints of Blumine #385A66
RGB
CMYK
RGB Variations
Color information
#385A66 (or 0x385A66) is known color: Blumine. HEX triplet: 38, 5A and 66. RGB value is (56,90,102). Sum of RGB (Red+Green+Blue) = 56+90+102=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #385A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A66 is #C7A599. Grayscale: #515151. Windows color (decimal): -13084058 or 6707768. OLE color: 6707768.
HSL color Cylindrical-coordinate representation of color #385A66: hue angle of 195.65º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #385A66 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 56 | 90 | 102 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.6 |
| HSL | 195.65º | 0.29% | 0.31% | - |
| HSV(B) | 195.65º | 0.45% | 0.4% | - |
| XYZ | 7.69 | 9.11 | 13.92 | - |
| YUV | 81.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 102 | 0.45 | 0.12 | 0 | 0.6 | 195.65 | 0.29 | 0.31 |
| Hex | 38 | 5A | 66 | 2D | C | 0 | 3C | C4 | 1D | 1F |
| Octal | 70 | 132 | 146 | 55 | 14 | 0 | 74 | 304 | 35 | 37 |
| Binary | 111000 | 1011010 | 1100110 | 101101 | 1100 | 0 | 111100 | 11000100 | 11101 | 11111 |
Color Harmonies of #385A66
Complementary color
Monochromatic Colors of #385A66
Black with #385A66
Text Example
Text Example
White with #385A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A66; }
p { color: rgb(56,90,102); }
H1.HeaderClassName
{
color: #385A66;
}
.AnyTagClassName
{
color: #385A66;
}
</style>
background-color css
<style>
a { background-color: #385A66; }
a { background-color: rgb(56,90,102); }
div.DivClassName
{
background-color: #385A66;
}
.BgClassName
{
background-color: #385A66;
}
</style>
border-color css
<style>
span { border-color: #385A66; }
span { border-color: rgb(56,90,102); }
td.TdClassName
{
border-color: #385A66;
}
.TagClassName
{
border-color: #385A66;
}
</style>