Shades of Persian Blue #233ABC
Tints of Persian Blue #233ABC
RGB
CMYK
RGB Variations
Color information
#233ABC (or 0x233ABC) is known color: Persian Blue. HEX triplet: 23, 3A and BC. RGB value is (35,58,188). Sum of RGB (Red+Green+Blue) = 35+58+188=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #233ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233ABC is #DCC543. Grayscale: #414141. Windows color (decimal): -14468420 or 12335651. OLE color: 12335651.
HSL color Cylindrical-coordinate representation of color #233ABC: hue angle of 230.98º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233ABC is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 58 | 188 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.26 |
| HSL | 230.98º | 0.69% | 0.44% | - |
| HSV(B) | 230.98º | 0.81% | 0.74% | - |
| XYZ | 11.28 | 7.01 | 48.34 | - |
| YUV | 65.94 | 196.88 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 188 | 0.81 | 0.69 | 0 | 0.26 | 230.98 | 0.69 | 0.44 |
| Hex | 23 | 3A | BC | 51 | 45 | 0 | 1A | E7 | 45 | 2C |
| Octal | 43 | 72 | 274 | 121 | 105 | 0 | 32 | 347 | 105 | 54 |
| Binary | 100011 | 111010 | 10111100 | 1010001 | 1000101 | 0 | 11010 | 11100111 | 1000101 | 101100 |
Color Harmonies of #233ABC
Complementary color
Monochromatic Colors of #233ABC
Black with #233ABC
Text Example
Text Example
White with #233ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233ABC; }
p { color: rgb(35,58,188); }
H1.HeaderClassName
{
color: #233ABC;
}
.AnyTagClassName
{
color: #233ABC;
}
</style>
background-color css
<style>
a { background-color: #233ABC; }
a { background-color: rgb(35,58,188); }
div.DivClassName
{
background-color: #233ABC;
}
.BgClassName
{
background-color: #233ABC;
}
</style>
border-color css
<style>
span { border-color: #233ABC; }
span { border-color: rgb(35,58,188); }
td.TdClassName
{
border-color: #233ABC;
}
.TagClassName
{
border-color: #233ABC;
}
</style>