Shades of Persian Blue #333DBC
Tints of Persian Blue #333DBC
RGB
CMYK
RGB Variations
Color information
#333DBC (or 0x333DBC) is known color: Persian Blue. HEX triplet: 33, 3D and BC. RGB value is (51,61,188). Sum of RGB (Red+Green+Blue) = 51+61+188=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #333DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333DBC is #CCC243. Grayscale: #474747. Windows color (decimal): -13419076 or 12336435. OLE color: 12336435.
HSL color Cylindrical-coordinate representation of color #333DBC: hue angle of 235.62º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #333DBC is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 61 | 188 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.26 |
| HSL | 235.62º | 0.57% | 0.47% | - |
| HSV(B) | 235.62º | 0.73% | 0.74% | - |
| XYZ | 12.11 | 7.67 | 48.42 | - |
| YUV | 72.49 | 193.19 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 188 | 0.73 | 0.68 | 0 | 0.26 | 235.62 | 0.57 | 0.47 |
| Hex | 33 | 3D | BC | 49 | 44 | 0 | 1A | EC | 39 | 2F |
| Octal | 63 | 75 | 274 | 111 | 104 | 0 | 32 | 354 | 71 | 57 |
| Binary | 110011 | 111101 | 10111100 | 1001001 | 1000100 | 0 | 11010 | 11101100 | 111001 | 101111 |
Color Harmonies of #333DBC
Complementary color
Monochromatic Colors of #333DBC
Black with #333DBC
Text Example
Text Example
White with #333DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DBC; }
p { color: rgb(51,61,188); }
H1.HeaderClassName
{
color: #333DBC;
}
.AnyTagClassName
{
color: #333DBC;
}
</style>
background-color css
<style>
a { background-color: #333DBC; }
a { background-color: rgb(51,61,188); }
div.DivClassName
{
background-color: #333DBC;
}
.BgClassName
{
background-color: #333DBC;
}
</style>
border-color css
<style>
span { border-color: #333DBC; }
span { border-color: rgb(51,61,188); }
td.TdClassName
{
border-color: #333DBC;
}
.TagClassName
{
border-color: #333DBC;
}
</style>