Shades of Persian Blue #233ACC
Tints of Persian Blue #233ACC
RGB
CMYK
RGB Variations
Color information
#233ACC (or 0x233ACC) is known color: Persian Blue. HEX triplet: 23, 3A and CC. RGB value is (35,58,204). Sum of RGB (Red+Green+Blue) = 35+58+204=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #233ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233ACC is #DCC533. Grayscale: #434343. Windows color (decimal): -14468404 or 13384227. OLE color: 13384227.
HSL color Cylindrical-coordinate representation of color #233ACC: hue angle of 231.83º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233ACC is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 58 | 204 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.2 |
| HSL | 231.83º | 0.71% | 0.47% | - |
| HSV(B) | 231.83º | 0.83% | 0.8% | - |
| XYZ | 13.11 | 7.74 | 57.93 | - |
| YUV | 67.77 | 204.88 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 204 | 0.83 | 0.72 | 0 | 0.2 | 231.83 | 0.71 | 0.47 |
| Hex | 23 | 3A | CC | 53 | 48 | 0 | 14 | E8 | 47 | 2F |
| Octal | 43 | 72 | 314 | 123 | 110 | 0 | 24 | 350 | 107 | 57 |
| Binary | 100011 | 111010 | 11001100 | 1010011 | 1001000 | 0 | 10100 | 11101000 | 1000111 | 101111 |
Color Harmonies of #233ACC
Complementary color
Monochromatic Colors of #233ACC
Black with #233ACC
Text Example
Text Example
White with #233ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233ACC; }
p { color: rgb(35,58,204); }
H1.HeaderClassName
{
color: #233ACC;
}
.AnyTagClassName
{
color: #233ACC;
}
</style>
background-color css
<style>
a { background-color: #233ACC; }
a { background-color: rgb(35,58,204); }
div.DivClassName
{
background-color: #233ACC;
}
.BgClassName
{
background-color: #233ACC;
}
</style>
border-color css
<style>
span { border-color: #233ACC; }
span { border-color: rgb(35,58,204); }
td.TdClassName
{
border-color: #233ACC;
}
.TagClassName
{
border-color: #233ACC;
}
</style>