Shades of Persian Blue #233BBD
Tints of Persian Blue #233BBD
RGB
CMYK
RGB Variations
Color information
#233BBD (or 0x233BBD) is known color: Persian Blue. HEX triplet: 23, 3B and BD. RGB value is (35,59,189). Sum of RGB (Red+Green+Blue) = 35+59+189=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #233BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233BBD is #DCC442. Grayscale: #424242. Windows color (decimal): -14468163 or 12401443. OLE color: 12401443.
HSL color Cylindrical-coordinate representation of color #233BBD: hue angle of 230.65º 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 #233BBD is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 59 | 189 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.26 |
| HSL | 230.65º | 0.69% | 0.44% | - |
| HSV(B) | 230.65º | 0.81% | 0.74% | - |
| XYZ | 11.44 | 7.16 | 48.92 | - |
| YUV | 66.64 | 197.05 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 189 | 0.81 | 0.69 | 0 | 0.26 | 230.65 | 0.69 | 0.44 |
| Hex | 23 | 3B | BD | 51 | 45 | 0 | 1A | E7 | 45 | 2C |
| Octal | 43 | 73 | 275 | 121 | 105 | 0 | 32 | 347 | 105 | 54 |
| Binary | 100011 | 111011 | 10111101 | 1010001 | 1000101 | 0 | 11010 | 11100111 | 1000101 | 101100 |
Color Harmonies of #233BBD
Complementary color
Monochromatic Colors of #233BBD
Black with #233BBD
Text Example
Text Example
White with #233BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BBD; }
p { color: rgb(35,59,189); }
H1.HeaderClassName
{
color: #233BBD;
}
.AnyTagClassName
{
color: #233BBD;
}
</style>
background-color css
<style>
a { background-color: #233BBD; }
a { background-color: rgb(35,59,189); }
div.DivClassName
{
background-color: #233BBD;
}
.BgClassName
{
background-color: #233BBD;
}
</style>
border-color css
<style>
span { border-color: #233BBD; }
span { border-color: rgb(35,59,189); }
td.TdClassName
{
border-color: #233BBD;
}
.TagClassName
{
border-color: #233BBD;
}
</style>