Shades of Persian Blue #2346AD
Tints of Persian Blue #2346AD
RGB
CMYK
RGB Variations
Color information
#2346AD (or 0x2346AD) is known color: Persian Blue. HEX triplet: 23, 46 and AD. RGB value is (35,70,173). Sum of RGB (Red+Green+Blue) = 35+70+173=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #2346AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2346AD is #DCB952. Grayscale: #464646. Windows color (decimal): -14465363 or 11355683. OLE color: 11355683.
HSL color Cylindrical-coordinate representation of color #2346AD: hue angle of 224.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2346AD is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 70 | 173 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.32 |
| HSL | 224.78º | 0.66% | 0.41% | - |
| HSV(B) | 224.78º | 0.8% | 0.68% | - |
| XYZ | 10.43 | 7.75 | 40.48 | - |
| YUV | 71.28 | 185.4 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 173 | 0.80 | 0.60 | 0 | 0.32 | 224.78 | 0.66 | 0.41 |
| Hex | 23 | 46 | AD | 50 | 3C | 0 | 20 | E1 | 42 | 29 |
| Octal | 43 | 106 | 255 | 120 | 74 | 0 | 40 | 341 | 102 | 51 |
| Binary | 100011 | 1000110 | 10101101 | 1010000 | 111100 | 0 | 100000 | 11100001 | 1000010 | 101001 |
Color Harmonies of #2346AD
Complementary color
Monochromatic Colors of #2346AD
Black with #2346AD
Text Example
Text Example
White with #2346AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2346AD; }
p { color: rgb(35,70,173); }
H1.HeaderClassName
{
color: #2346AD;
}
.AnyTagClassName
{
color: #2346AD;
}
</style>
background-color css
<style>
a { background-color: #2346AD; }
a { background-color: rgb(35,70,173); }
div.DivClassName
{
background-color: #2346AD;
}
.BgClassName
{
background-color: #2346AD;
}
</style>
border-color css
<style>
span { border-color: #2346AD; }
span { border-color: rgb(35,70,173); }
td.TdClassName
{
border-color: #2346AD;
}
.TagClassName
{
border-color: #2346AD;
}
</style>