Shades of Persian Blue #232DBD
Tints of Persian Blue #232DBD
RGB
CMYK
RGB Variations
Color information
#232DBD (or 0x232DBD) is known color: Persian Blue. HEX triplet: 23, 2D and BD. RGB value is (35,45,189). Sum of RGB (Red+Green+Blue) = 35+45+189=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #232DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DBD is #DCD242. Grayscale: #393939. Windows color (decimal): -14471747 or 12397859. OLE color: 12397859.
HSL color Cylindrical-coordinate representation of color #232DBD: hue angle of 236.1º 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 #232DBD is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 45 | 189 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.26 |
| HSL | 236.1º | 0.69% | 0.44% | - |
| HSV(B) | 236.1º | 0.81% | 0.74% | - |
| XYZ | 10.82 | 5.91 | 48.71 | - |
| YUV | 58.43 | 201.69 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 189 | 0.81 | 0.76 | 0 | 0.26 | 236.1 | 0.69 | 0.44 |
| Hex | 23 | 2D | BD | 51 | 4C | 0 | 1A | EC | 45 | 2C |
| Octal | 43 | 55 | 275 | 121 | 114 | 0 | 32 | 354 | 105 | 54 |
| Binary | 100011 | 101101 | 10111101 | 1010001 | 1001100 | 0 | 11010 | 11101100 | 1000101 | 101100 |
Color Harmonies of #232DBD
Complementary color
Monochromatic Colors of #232DBD
Black with #232DBD
Text Example
Text Example
White with #232DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DBD; }
p { color: rgb(35,45,189); }
H1.HeaderClassName
{
color: #232DBD;
}
.AnyTagClassName
{
color: #232DBD;
}
</style>
background-color css
<style>
a { background-color: #232DBD; }
a { background-color: rgb(35,45,189); }
div.DivClassName
{
background-color: #232DBD;
}
.BgClassName
{
background-color: #232DBD;
}
</style>
border-color css
<style>
span { border-color: #232DBD; }
span { border-color: rgb(35,45,189); }
td.TdClassName
{
border-color: #232DBD;
}
.TagClassName
{
border-color: #232DBD;
}
</style>