Shades of Persian Blue #343CB0
Tints of Persian Blue #343CB0
RGB
CMYK
RGB Variations
Color information
#343CB0 (or 0x343CB0) is known color: Persian Blue. HEX triplet: 34, 3C and B0. RGB value is (52,60,176). Sum of RGB (Red+Green+Blue) = 52+60+176=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #343CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343CB0 is #CBC34F. Grayscale: #464646. Windows color (decimal): -13353808 or 11549748. OLE color: 11549748.
HSL color Cylindrical-coordinate representation of color #343CB0: hue angle of 236.13º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #343CB0 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 60 | 176 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.31 |
| HSL | 236.13º | 0.54% | 0.45% | - |
| HSV(B) | 236.13º | 0.7% | 0.69% | - |
| XYZ | 10.87 | 7.1 | 41.87 | - |
| YUV | 70.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 176 | 0.70 | 0.66 | 0 | 0.31 | 236.13 | 0.54 | 0.45 |
| Hex | 34 | 3C | B0 | 46 | 42 | 0 | 1F | EC | 36 | 2D |
| Octal | 64 | 74 | 260 | 106 | 102 | 0 | 37 | 354 | 66 | 55 |
| Binary | 110100 | 111100 | 10110000 | 1000110 | 1000010 | 0 | 11111 | 11101100 | 110110 | 101101 |
Color Harmonies of #343CB0
Complementary color
Monochromatic Colors of #343CB0
Black with #343CB0
Text Example
Text Example
White with #343CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343CB0; }
p { color: rgb(52,60,176); }
H1.HeaderClassName
{
color: #343CB0;
}
.AnyTagClassName
{
color: #343CB0;
}
</style>
background-color css
<style>
a { background-color: #343CB0; }
a { background-color: rgb(52,60,176); }
div.DivClassName
{
background-color: #343CB0;
}
.BgClassName
{
background-color: #343CB0;
}
</style>
border-color css
<style>
span { border-color: #343CB0; }
span { border-color: rgb(52,60,176); }
td.TdClassName
{
border-color: #343CB0;
}
.TagClassName
{
border-color: #343CB0;
}
</style>