Shades of Persian Blue #233DDB
Tints of Persian Blue #233DDB
RGB
CMYK
RGB Variations
Color information
#233DDB (or 0x233DDB) is known color: Persian Blue. HEX triplet: 23, 3D and DB. RGB value is (35,61,219). Sum of RGB (Red+Green+Blue) = 35+61+219=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #233DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DDB is #DCC224. Grayscale: #464646. Windows color (decimal): -14467621 or 14368035. OLE color: 14368035.
HSL color Cylindrical-coordinate representation of color #233DDB: hue angle of 231.52º 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 #233DDB is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 61 | 219 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.14 |
| HSL | 231.52º | 0.72% | 0.5% | - |
| HSV(B) | 231.52º | 0.84% | 0.86% | - |
| XYZ | 15.15 | 8.81 | 67.92 | - |
| YUV | 71.24 | 211.39 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 219 | 0.84 | 0.72 | 0 | 0.14 | 231.52 | 0.72 | 0.5 |
| Hex | 23 | 3D | DB | 54 | 48 | 0 | E | E8 | 48 | 32 |
| Octal | 43 | 75 | 333 | 124 | 110 | 0 | 16 | 350 | 110 | 62 |
| Binary | 100011 | 111101 | 11011011 | 1010100 | 1001000 | 0 | 1110 | 11101000 | 1001000 | 110010 |
Color Harmonies of #233DDB
Complementary color
Monochromatic Colors of #233DDB
Black with #233DDB
Text Example
Text Example
White with #233DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DDB; }
p { color: rgb(35,61,219); }
H1.HeaderClassName
{
color: #233DDB;
}
.AnyTagClassName
{
color: #233DDB;
}
</style>
background-color css
<style>
a { background-color: #233DDB; }
a { background-color: rgb(35,61,219); }
div.DivClassName
{
background-color: #233DDB;
}
.BgClassName
{
background-color: #233DDB;
}
</style>
border-color css
<style>
span { border-color: #233DDB; }
span { border-color: rgb(35,61,219); }
td.TdClassName
{
border-color: #233DDB;
}
.TagClassName
{
border-color: #233DDB;
}
</style>