Shades of Persian Blue #2341CC
Tints of Persian Blue #2341CC
RGB
CMYK
RGB Variations
Color information
#2341CC (or 0x2341CC) is known color: Persian Blue. HEX triplet: 23, 41 and CC. RGB value is (35,65,204). Sum of RGB (Red+Green+Blue) = 35+65+204=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #2341CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2341CC is #DCBE33. Grayscale: #474747. Windows color (decimal): -14466612 or 13386019. OLE color: 13386019.
HSL color Cylindrical-coordinate representation of color #2341CC: hue angle of 229.35º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2341CC is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 65 | 204 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.2 |
| HSL | 229.35º | 0.71% | 0.47% | - |
| HSV(B) | 229.35º | 0.83% | 0.8% | - |
| XYZ | 13.48 | 8.5 | 58.06 | - |
| YUV | 71.88 | 202.56 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 204 | 0.83 | 0.68 | 0 | 0.2 | 229.35 | 0.71 | 0.47 |
| Hex | 23 | 41 | CC | 53 | 44 | 0 | 14 | E5 | 47 | 2F |
| Octal | 43 | 101 | 314 | 123 | 104 | 0 | 24 | 345 | 107 | 57 |
| Binary | 100011 | 1000001 | 11001100 | 1010011 | 1000100 | 0 | 10100 | 11100101 | 1000111 | 101111 |
Color Harmonies of #2341CC
Complementary color
Monochromatic Colors of #2341CC
Black with #2341CC
Text Example
Text Example
White with #2341CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341CC; }
p { color: rgb(35,65,204); }
H1.HeaderClassName
{
color: #2341CC;
}
.AnyTagClassName
{
color: #2341CC;
}
</style>
background-color css
<style>
a { background-color: #2341CC; }
a { background-color: rgb(35,65,204); }
div.DivClassName
{
background-color: #2341CC;
}
.BgClassName
{
background-color: #2341CC;
}
</style>
border-color css
<style>
span { border-color: #2341CC; }
span { border-color: rgb(35,65,204); }
td.TdClassName
{
border-color: #2341CC;
}
.TagClassName
{
border-color: #2341CC;
}
</style>