Shades of Medium Blue #3409CB
Tints of Medium Blue #3409CB
RGB
CMYK
RGB Variations
Color information
#3409CB (or 0x3409CB) is known color: Medium Blue. HEX triplet: 34, 09 and CB. RGB value is (52,9,203). Sum of RGB (Red+Green+Blue) = 52+9+203=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #3409CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3409CB is #CBF634. Grayscale: #2B2B2B. Windows color (decimal): -13366837 or 13306164. OLE color: 13306164.
HSL color Cylindrical-coordinate representation of color #3409CB: hue angle of 253.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3409CB is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 9 | 203 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.20 |
| HSL | 253.3º | 0.92% | 0.42% | - |
| HSV(B) | 253.3º | 0.96% | 0.8% | - |
| XYZ | 12.29 | 5.24 | 56.86 | - |
| YUV | 43.97 | 217.75 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 203 | 0.74 | 0.96 | 0 | 0.20 | 253.3 | 0.92 | 0.42 |
| Hex | 34 | 9 | CB | 4A | 60 | 0 | 14 | FD | 5C | 2A |
| Octal | 64 | 11 | 313 | 112 | 140 | 0 | 24 | 375 | 134 | 52 |
| Binary | 110100 | 1001 | 11001011 | 1001010 | 1100000 | 0 | 10100 | 11111101 | 1011100 | 101010 |
Color Harmonies of #3409CB
Complementary color
Monochromatic Colors of #3409CB
Black with #3409CB
Text Example
Text Example
White with #3409CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3409CB; }
p { color: rgb(52,9,203); }
H1.HeaderClassName
{
color: #3409CB;
}
.AnyTagClassName
{
color: #3409CB;
}
</style>
background-color css
<style>
a { background-color: #3409CB; }
a { background-color: rgb(52,9,203); }
div.DivClassName
{
background-color: #3409CB;
}
.BgClassName
{
background-color: #3409CB;
}
</style>
border-color css
<style>
span { border-color: #3409CB; }
span { border-color: rgb(52,9,203); }
td.TdClassName
{
border-color: #3409CB;
}
.TagClassName
{
border-color: #3409CB;
}
</style>