Shades of Persian Blue #343FBB
Tints of Persian Blue #343FBB
RGB
CMYK
RGB Variations
Color information
#343FBB (or 0x343FBB) is known color: Persian Blue. HEX triplet: 34, 3F and BB. RGB value is (52,63,187). Sum of RGB (Red+Green+Blue) = 52+63+187=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #343FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FBB is #CBC044. Grayscale: #494949. Windows color (decimal): -13353029 or 12271412. OLE color: 12271412.
HSL color Cylindrical-coordinate representation of color #343FBB: hue angle of 235.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #343FBB is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 63 | 187 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.27 |
| HSL | 235.11º | 0.56% | 0.47% | - |
| HSV(B) | 235.11º | 0.72% | 0.73% | - |
| XYZ | 12.16 | 7.87 | 47.89 | - |
| YUV | 73.85 | 191.86 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 187 | 0.72 | 0.66 | 0 | 0.27 | 235.11 | 0.56 | 0.47 |
| Hex | 34 | 3F | BB | 48 | 42 | 0 | 1B | EB | 38 | 2F |
| Octal | 64 | 77 | 273 | 110 | 102 | 0 | 33 | 353 | 70 | 57 |
| Binary | 110100 | 111111 | 10111011 | 1001000 | 1000010 | 0 | 11011 | 11101011 | 111000 | 101111 |
Color Harmonies of #343FBB
Complementary color
Monochromatic Colors of #343FBB
Black with #343FBB
Text Example
Text Example
White with #343FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FBB; }
p { color: rgb(52,63,187); }
H1.HeaderClassName
{
color: #343FBB;
}
.AnyTagClassName
{
color: #343FBB;
}
</style>
background-color css
<style>
a { background-color: #343FBB; }
a { background-color: rgb(52,63,187); }
div.DivClassName
{
background-color: #343FBB;
}
.BgClassName
{
background-color: #343FBB;
}
</style>
border-color css
<style>
span { border-color: #343FBB; }
span { border-color: rgb(52,63,187); }
td.TdClassName
{
border-color: #343FBB;
}
.TagClassName
{
border-color: #343FBB;
}
</style>