Shades of Persian Blue #233DB8
Tints of Persian Blue #233DB8
RGB
CMYK
RGB Variations
Color information
#233DB8 (or 0x233DB8) is known color: Persian Blue. HEX triplet: 23, 3D and B8. RGB value is (35,61,184). Sum of RGB (Red+Green+Blue) = 35+61+184=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 184 (72.27% from 255 or 65.71% from 280); Max value from RGB is 184 - color contains mainly: blue. Hex color #233DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DB8 is #DCC247. Grayscale: #424242. Windows color (decimal): -14467656 or 12074275. OLE color: 12074275.
HSL color Cylindrical-coordinate representation of color #233DB8: hue angle of 229.53º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233DB8 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 61 | 184 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.28 |
| HSL | 229.53º | 0.68% | 0.43% | - |
| HSV(B) | 229.53º | 0.81% | 0.72% | - |
| XYZ | 11.01 | 7.16 | 46.15 | - |
| YUV | 67.25 | 193.89 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 184 | 0.81 | 0.67 | 0 | 0.28 | 229.53 | 0.68 | 0.43 |
| Hex | 23 | 3D | B8 | 51 | 43 | 0 | 1C | E6 | 44 | 2B |
| Octal | 43 | 75 | 270 | 121 | 103 | 0 | 34 | 346 | 104 | 53 |
| Binary | 100011 | 111101 | 10111000 | 1010001 | 1000011 | 0 | 11100 | 11100110 | 1000100 | 101011 |
Color Harmonies of #233DB8
Complementary color
Monochromatic Colors of #233DB8
Black with #233DB8
Text Example
Text Example
White with #233DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DB8; }
p { color: rgb(35,61,184); }
H1.HeaderClassName
{
color: #233DB8;
}
.AnyTagClassName
{
color: #233DB8;
}
</style>
background-color css
<style>
a { background-color: #233DB8; }
a { background-color: rgb(35,61,184); }
div.DivClassName
{
background-color: #233DB8;
}
.BgClassName
{
background-color: #233DB8;
}
</style>
border-color css
<style>
span { border-color: #233DB8; }
span { border-color: rgb(35,61,184); }
td.TdClassName
{
border-color: #233DB8;
}
.TagClassName
{
border-color: #233DB8;
}
</style>