Shades of Persian Blue #233BD3
Tints of Persian Blue #233BD3
RGB
CMYK
RGB Variations
Color information
#233BD3 (or 0x233BD3) is known color: Persian Blue. HEX triplet: 23, 3B and D3. RGB value is (35,59,211). Sum of RGB (Red+Green+Blue) = 35+59+211=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 211 (82.81% from 255 or 69.18% from 305); Max value from RGB is 211 - color contains mainly: blue. Hex color #233BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233BD3 is #DCC42C. Grayscale: #444444. Windows color (decimal): -14468141 or 13843235. OLE color: 13843235.
HSL color Cylindrical-coordinate representation of color #233BD3: hue angle of 231.82º 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 #233BD3 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 59 | 211 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.17 |
| HSL | 231.82º | 0.72% | 0.48% | - |
| HSV(B) | 231.82º | 0.83% | 0.83% | - |
| XYZ | 14.01 | 8.19 | 62.47 | - |
| YUV | 69.15 | 208.05 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 211 | 0.83 | 0.72 | 0 | 0.17 | 231.82 | 0.72 | 0.48 |
| Hex | 23 | 3B | D3 | 53 | 48 | 0 | 11 | E8 | 48 | 30 |
| Octal | 43 | 73 | 323 | 123 | 110 | 0 | 21 | 350 | 110 | 60 |
| Binary | 100011 | 111011 | 11010011 | 1010011 | 1001000 | 0 | 10001 | 11101000 | 1001000 | 110000 |
Color Harmonies of #233BD3
Complementary color
Monochromatic Colors of #233BD3
Black with #233BD3
Text Example
Text Example
White with #233BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BD3; }
p { color: rgb(35,59,211); }
H1.HeaderClassName
{
color: #233BD3;
}
.AnyTagClassName
{
color: #233BD3;
}
</style>
background-color css
<style>
a { background-color: #233BD3; }
a { background-color: rgb(35,59,211); }
div.DivClassName
{
background-color: #233BD3;
}
.BgClassName
{
background-color: #233BD3;
}
</style>
border-color css
<style>
span { border-color: #233BD3; }
span { border-color: rgb(35,59,211); }
td.TdClassName
{
border-color: #233BD3;
}
.TagClassName
{
border-color: #233BD3;
}
</style>