Shades of Persian Blue #232DDB
Tints of Persian Blue #232DDB
RGB
CMYK
RGB Variations
Color information
#232DDB (or 0x232DDB) is known color: Persian Blue. HEX triplet: 23, 2D and DB. RGB value is (35,45,219). Sum of RGB (Red+Green+Blue) = 35+45+219=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #232DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DDB is #DCD224. Grayscale: #3D3D3D. Windows color (decimal): -14471717 or 14363939. OLE color: 14363939.
HSL color Cylindrical-coordinate representation of color #232DDB: hue angle of 236.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232DDB is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 45 | 219 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.14 |
| HSL | 236.74º | 0.72% | 0.5% | - |
| HSV(B) | 236.74º | 0.84% | 0.86% | - |
| XYZ | 14.42 | 7.35 | 67.68 | - |
| YUV | 61.85 | 216.69 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 219 | 0.84 | 0.79 | 0 | 0.14 | 236.74 | 0.72 | 0.5 |
| Hex | 23 | 2D | DB | 54 | 4F | 0 | E | ED | 48 | 32 |
| Octal | 43 | 55 | 333 | 124 | 117 | 0 | 16 | 355 | 110 | 62 |
| Binary | 100011 | 101101 | 11011011 | 1010100 | 1001111 | 0 | 1110 | 11101101 | 1001000 | 110010 |
Color Harmonies of #232DDB
Complementary color
Monochromatic Colors of #232DDB
Black with #232DDB
Text Example
Text Example
White with #232DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DDB; }
p { color: rgb(35,45,219); }
H1.HeaderClassName
{
color: #232DDB;
}
.AnyTagClassName
{
color: #232DDB;
}
</style>
background-color css
<style>
a { background-color: #232DDB; }
a { background-color: rgb(35,45,219); }
div.DivClassName
{
background-color: #232DDB;
}
.BgClassName
{
background-color: #232DDB;
}
</style>
border-color css
<style>
span { border-color: #232DDB; }
span { border-color: rgb(35,45,219); }
td.TdClassName
{
border-color: #232DDB;
}
.TagClassName
{
border-color: #232DDB;
}
</style>