Shades of Persian Blue #233BDA
Tints of Persian Blue #233BDA
RGB
CMYK
RGB Variations
Color information
#233BDA (or 0x233BDA) is known color: Persian Blue. HEX triplet: 23, 3B and DA. RGB value is (35,59,218). Sum of RGB (Red+Green+Blue) = 35+59+218=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #233BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233BDA is #DCC425. Grayscale: #454545. Windows color (decimal): -14468134 or 14301987. OLE color: 14301987.
HSL color Cylindrical-coordinate representation of color #233BDA: hue angle of 232.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #233BDA is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 59 | 218 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.15 |
| HSL | 232.13º | 0.72% | 0.5% | - |
| HSV(B) | 232.13º | 0.84% | 0.85% | - |
| XYZ | 14.91 | 8.55 | 67.19 | - |
| YUV | 69.95 | 211.55 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 218 | 0.84 | 0.73 | 0 | 0.15 | 232.13 | 0.72 | 0.5 |
| Hex | 23 | 3B | DA | 54 | 49 | 0 | F | E8 | 48 | 32 |
| Octal | 43 | 73 | 332 | 124 | 111 | 0 | 17 | 350 | 110 | 62 |
| Binary | 100011 | 111011 | 11011010 | 1010100 | 1001001 | 0 | 1111 | 11101000 | 1001000 | 110010 |
Color Harmonies of #233BDA
Complementary color
Monochromatic Colors of #233BDA
Black with #233BDA
Text Example
Text Example
White with #233BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BDA; }
p { color: rgb(35,59,218); }
H1.HeaderClassName
{
color: #233BDA;
}
.AnyTagClassName
{
color: #233BDA;
}
</style>
background-color css
<style>
a { background-color: #233BDA; }
a { background-color: rgb(35,59,218); }
div.DivClassName
{
background-color: #233BDA;
}
.BgClassName
{
background-color: #233BDA;
}
</style>
border-color css
<style>
span { border-color: #233BDA; }
span { border-color: rgb(35,59,218); }
td.TdClassName
{
border-color: #233BDA;
}
.TagClassName
{
border-color: #233BDA;
}
</style>