Shades of Medium Blue #3608C2
Tints of Medium Blue #3608C2
RGB
CMYK
RGB Variations
Color information
#3608C2 (or 0x3608C2) is known color: Medium Blue. HEX triplet: 36, 08 and C2. RGB value is (54,8,194). Sum of RGB (Red+Green+Blue) = 54+8+194=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 194 (76.17% from 255 or 75.78% from 256); Max value from RGB is 194 - color contains mainly: blue. Hex color #3608C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3608C2 is #C9F73D. Grayscale: #2A2A2A. Windows color (decimal): -13236030 or 12716086. OLE color: 12716086.
HSL color Cylindrical-coordinate representation of color #3608C2: hue angle of 254.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3608C2 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 54 | 8 | 194 | - |
CMYK | 0.72 | 0.96 | 0 | 0.24 |
HSL | 254.84º | 0.92% | 0.4% | - |
HSV(B) | 254.84º | 0.96% | 0.76% | - |
XYZ | 11.35 | 4.85 | 51.38 | - |
YUV | 42.96 | 213.24 | 135.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 54 | 8 | 194 | 0.72 | 0.96 | 0 | 0.24 | 254.84 | 0.92 | 0.4 |
Hex | 36 | 8 | C2 | 48 | 60 | 0 | 18 | FF | 5C | 28 |
Octal | 66 | 10 | 302 | 110 | 140 | 0 | 30 | 377 | 134 | 50 |
Binary | 110110 | 1000 | 11000010 | 1001000 | 1100000 | 0 | 11000 | 11111111 | 1011100 | 101000 |
Color Harmonies of #3608C2
Complementary color
Monochromatic Colors of #3608C2
Black with #3608C2
Text Example
Text Example
White with #3608C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3608C2; }
p { color: rgb(54,8,194); }
H1.HeaderClassName
{
color: #3608C2;
}
.AnyTagClassName
{
color: #3608C2;
}
</style>
background-color css
<style>
a { background-color: #3608C2; }
a { background-color: rgb(54,8,194); }
div.DivClassName
{
background-color: #3608C2;
}
.BgClassName
{
background-color: #3608C2;
}
</style>
border-color css
<style>
span { border-color: #3608C2; }
span { border-color: rgb(54,8,194); }
td.TdClassName
{
border-color: #3608C2;
}
.TagClassName
{
border-color: #3608C2;
}
</style>