Shades of Persian Blue #233CDA
Tints of Persian Blue #233CDA
RGB
CMYK
RGB Variations
Color information
#233CDA (or 0x233CDA) is known color: Persian Blue. HEX triplet: 23, 3C and DA. RGB value is (35,60,218). Sum of RGB (Red+Green+Blue) = 35+60+218=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #233CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233CDA is #DCC325. Grayscale: #454545. Windows color (decimal): -14467878 or 14302243. OLE color: 14302243.
HSL color Cylindrical-coordinate representation of color #233CDA: hue angle of 231.8º 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 #233CDA is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 60 | 218 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.15 |
| HSL | 231.8º | 0.72% | 0.5% | - |
| HSV(B) | 231.8º | 0.84% | 0.85% | - |
| XYZ | 14.96 | 8.65 | 67.21 | - |
| YUV | 70.54 | 211.22 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 218 | 0.84 | 0.72 | 0 | 0.15 | 231.8 | 0.72 | 0.5 |
| Hex | 23 | 3C | DA | 54 | 48 | 0 | F | E8 | 48 | 32 |
| Octal | 43 | 74 | 332 | 124 | 110 | 0 | 17 | 350 | 110 | 62 |
| Binary | 100011 | 111100 | 11011010 | 1010100 | 1001000 | 0 | 1111 | 11101000 | 1001000 | 110010 |
Color Harmonies of #233CDA
Complementary color
Monochromatic Colors of #233CDA
Black with #233CDA
Text Example
Text Example
White with #233CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CDA; }
p { color: rgb(35,60,218); }
H1.HeaderClassName
{
color: #233CDA;
}
.AnyTagClassName
{
color: #233CDA;
}
</style>
background-color css
<style>
a { background-color: #233CDA; }
a { background-color: rgb(35,60,218); }
div.DivClassName
{
background-color: #233CDA;
}
.BgClassName
{
background-color: #233CDA;
}
</style>
border-color css
<style>
span { border-color: #233CDA; }
span { border-color: rgb(35,60,218); }
td.TdClassName
{
border-color: #233CDA;
}
.TagClassName
{
border-color: #233CDA;
}
</style>