Shades of Persian Blue #2334D3
Tints of Persian Blue #2334D3
RGB
CMYK
RGB Variations
Color information
#2334D3 (or 0x2334D3) is known color: Persian Blue. HEX triplet: 23, 34 and D3. RGB value is (35,52,211). Sum of RGB (Red+Green+Blue) = 35+52+211=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 211 (82.81% from 255 or 70.81% from 298); Max value from RGB is 211 - color contains mainly: blue. Hex color #2334D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334D3 is #DCCB2C. Grayscale: #404040. Windows color (decimal): -14469933 or 13841443. OLE color: 13841443.
HSL color Cylindrical-coordinate representation of color #2334D3: hue angle of 234.2º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2334D3 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 52 | 211 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.17 |
| HSL | 234.2º | 0.72% | 0.48% | - |
| HSV(B) | 234.2º | 0.83% | 0.83% | - |
| XYZ | 13.68 | 7.52 | 62.36 | - |
| YUV | 65.04 | 210.37 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 211 | 0.83 | 0.75 | 0 | 0.17 | 234.2 | 0.72 | 0.48 |
| Hex | 23 | 34 | D3 | 53 | 4B | 0 | 11 | EA | 48 | 30 |
| Octal | 43 | 64 | 323 | 123 | 113 | 0 | 21 | 352 | 110 | 60 |
| Binary | 100011 | 110100 | 11010011 | 1010011 | 1001011 | 0 | 10001 | 11101010 | 1001000 | 110000 |
Color Harmonies of #2334D3
Complementary color
Monochromatic Colors of #2334D3
Black with #2334D3
Text Example
Text Example
White with #2334D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2334D3; }
p { color: rgb(35,52,211); }
H1.HeaderClassName
{
color: #2334D3;
}
.AnyTagClassName
{
color: #2334D3;
}
</style>
background-color css
<style>
a { background-color: #2334D3; }
a { background-color: rgb(35,52,211); }
div.DivClassName
{
background-color: #2334D3;
}
.BgClassName
{
background-color: #2334D3;
}
</style>
border-color css
<style>
span { border-color: #2334D3; }
span { border-color: rgb(35,52,211); }
td.TdClassName
{
border-color: #2334D3;
}
.TagClassName
{
border-color: #2334D3;
}
</style>