Shades of Persian Blue #3C2BB8
Tints of Persian Blue #3C2BB8
RGB
CMYK
RGB Variations
Color information
#3C2BB8 (or 0x3C2BB8) is known color: Persian Blue. HEX triplet: 3C, 2B and B8. RGB value is (60,43,184). Sum of RGB (Red+Green+Blue) = 60+43+184=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 184 (72.27% from 255 or 64.11% from 287); Max value from RGB is 184 - color contains mainly: blue. Hex color #3C2BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2BB8 is #C3D447. Grayscale: #3F3F3F. Windows color (decimal): -12833864 or 12069692. OLE color: 12069692.
HSL color Cylindrical-coordinate representation of color #3C2BB8: hue angle of 247.23º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2BB8 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 43 | 184 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.28 |
| HSL | 247.23º | 0.62% | 0.45% | - |
| HSV(B) | 247.23º | 0.77% | 0.72% | - |
| XYZ | 11.38 | 6.15 | 45.93 | - |
| YUV | 64.16 | 195.63 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 184 | 0.67 | 0.77 | 0 | 0.28 | 247.23 | 0.62 | 0.45 |
| Hex | 3C | 2B | B8 | 43 | 4D | 0 | 1C | F7 | 3E | 2D |
| Octal | 74 | 53 | 270 | 103 | 115 | 0 | 34 | 367 | 76 | 55 |
| Binary | 111100 | 101011 | 10111000 | 1000011 | 1001101 | 0 | 11100 | 11110111 | 111110 | 101101 |
Color Harmonies of #3C2BB8
Complementary color
Monochromatic Colors of #3C2BB8
Black with #3C2BB8
Text Example
Text Example
White with #3C2BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2BB8; }
p { color: rgb(60,43,184); }
H1.HeaderClassName
{
color: #3C2BB8;
}
.AnyTagClassName
{
color: #3C2BB8;
}
</style>
background-color css
<style>
a { background-color: #3C2BB8; }
a { background-color: rgb(60,43,184); }
div.DivClassName
{
background-color: #3C2BB8;
}
.BgClassName
{
background-color: #3C2BB8;
}
</style>
border-color css
<style>
span { border-color: #3C2BB8; }
span { border-color: rgb(60,43,184); }
td.TdClassName
{
border-color: #3C2BB8;
}
.TagClassName
{
border-color: #3C2BB8;
}
</style>