Shades of Persian Blue #3438BB
Tints of Persian Blue #3438BB
RGB
CMYK
RGB Variations
Color information
#3438BB (or 0x3438BB) is known color: Persian Blue. HEX triplet: 34, 38 and BB. RGB value is (52,56,187). Sum of RGB (Red+Green+Blue) = 52+56+187=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #3438BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3438BB is #CBC744. Grayscale: #454545. Windows color (decimal): -13354821 or 12269620. OLE color: 12269620.
HSL color Cylindrical-coordinate representation of color #3438BB: hue angle of 238.22º 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 #3438BB is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 56 | 187 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.27 |
| HSL | 238.22º | 0.56% | 0.47% | - |
| HSV(B) | 238.22º | 0.72% | 0.73% | - |
| XYZ | 11.8 | 7.15 | 47.77 | - |
| YUV | 69.74 | 194.17 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 187 | 0.72 | 0.70 | 0 | 0.27 | 238.22 | 0.56 | 0.47 |
| Hex | 34 | 38 | BB | 48 | 46 | 0 | 1B | EE | 38 | 2F |
| Octal | 64 | 70 | 273 | 110 | 106 | 0 | 33 | 356 | 70 | 57 |
| Binary | 110100 | 111000 | 10111011 | 1001000 | 1000110 | 0 | 11011 | 11101110 | 111000 | 101111 |
Color Harmonies of #3438BB
Complementary color
Monochromatic Colors of #3438BB
Black with #3438BB
Text Example
Text Example
White with #3438BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3438BB; }
p { color: rgb(52,56,187); }
H1.HeaderClassName
{
color: #3438BB;
}
.AnyTagClassName
{
color: #3438BB;
}
</style>
background-color css
<style>
a { background-color: #3438BB; }
a { background-color: rgb(52,56,187); }
div.DivClassName
{
background-color: #3438BB;
}
.BgClassName
{
background-color: #3438BB;
}
</style>
border-color css
<style>
span { border-color: #3438BB; }
span { border-color: rgb(52,56,187); }
td.TdClassName
{
border-color: #3438BB;
}
.TagClassName
{
border-color: #3438BB;
}
</style>