Shades of Persian Blue #3438CC
Tints of Persian Blue #3438CC
RGB
CMYK
RGB Variations
Color information
#3438CC (or 0x3438CC) is known color: Persian Blue. HEX triplet: 34, 38 and CC. RGB value is (52,56,204). Sum of RGB (Red+Green+Blue) = 52+56+204=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #3438CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3438CC is #CBC733. Grayscale: #474747. Windows color (decimal): -13354804 or 13383732. OLE color: 13383732.
HSL color Cylindrical-coordinate representation of color #3438CC: hue angle of 238.42º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3438CC is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 56 | 204 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.2 |
| HSL | 238.42º | 0.6% | 0.5% | - |
| HSV(B) | 238.42º | 0.75% | 0.8% | - |
| XYZ | 13.73 | 7.92 | 57.93 | - |
| YUV | 71.68 | 202.67 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 204 | 0.75 | 0.73 | 0 | 0.2 | 238.42 | 0.6 | 0.5 |
| Hex | 34 | 38 | CC | 4B | 49 | 0 | 14 | EE | 3C | 32 |
| Octal | 64 | 70 | 314 | 113 | 111 | 0 | 24 | 356 | 74 | 62 |
| Binary | 110100 | 111000 | 11001100 | 1001011 | 1001001 | 0 | 10100 | 11101110 | 111100 | 110010 |
Color Harmonies of #3438CC
Complementary color
Monochromatic Colors of #3438CC
Black with #3438CC
Text Example
Text Example
White with #3438CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3438CC; }
p { color: rgb(52,56,204); }
H1.HeaderClassName
{
color: #3438CC;
}
.AnyTagClassName
{
color: #3438CC;
}
</style>
background-color css
<style>
a { background-color: #3438CC; }
a { background-color: rgb(52,56,204); }
div.DivClassName
{
background-color: #3438CC;
}
.BgClassName
{
background-color: #3438CC;
}
</style>
border-color css
<style>
span { border-color: #3438CC; }
span { border-color: rgb(52,56,204); }
td.TdClassName
{
border-color: #3438CC;
}
.TagClassName
{
border-color: #3438CC;
}
</style>