Shades of Medium Blue #3608BF
Tints of Medium Blue #3608BF
RGB
CMYK
RGB Variations
Color information
#3608BF (or 0x3608BF) is known color: Medium Blue. HEX triplet: 36, 08 and BF. RGB value is (54,8,191). Sum of RGB (Red+Green+Blue) = 54+8+191=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #3608BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3608BF is #C9F740. Grayscale: #292929. Windows color (decimal): -13236033 or 12519478. OLE color: 12519478.
HSL color Cylindrical-coordinate representation of color #3608BF: hue angle of 255.08º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3608BF is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 8 | 191 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.25 |
| HSL | 255.08º | 0.92% | 0.39% | - |
| HSV(B) | 255.08º | 0.96% | 0.75% | - |
| XYZ | 11.01 | 4.72 | 49.62 | - |
| YUV | 42.62 | 211.74 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 191 | 0.72 | 0.96 | 0 | 0.25 | 255.08 | 0.92 | 0.39 |
| Hex | 36 | 8 | BF | 48 | 60 | 0 | 19 | FF | 5C | 27 |
| Octal | 66 | 10 | 277 | 110 | 140 | 0 | 31 | 377 | 134 | 47 |
| Binary | 110110 | 1000 | 10111111 | 1001000 | 1100000 | 0 | 11001 | 11111111 | 1011100 | 100111 |
Color Harmonies of #3608BF
Complementary color
Monochromatic Colors of #3608BF
Black with #3608BF
Text Example
Text Example
White with #3608BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3608BF; }
p { color: rgb(54,8,191); }
H1.HeaderClassName
{
color: #3608BF;
}
.AnyTagClassName
{
color: #3608BF;
}
</style>
background-color css
<style>
a { background-color: #3608BF; }
a { background-color: rgb(54,8,191); }
div.DivClassName
{
background-color: #3608BF;
}
.BgClassName
{
background-color: #3608BF;
}
</style>
border-color css
<style>
span { border-color: #3608BF; }
span { border-color: rgb(54,8,191); }
td.TdClassName
{
border-color: #3608BF;
}
.TagClassName
{
border-color: #3608BF;
}
</style>