Shades of Persian Blue #233DDF
Tints of Persian Blue #233DDF
RGB
CMYK
RGB Variations
Color information
#233DDF (or 0x233DDF) is known color: Persian Blue. HEX triplet: 23, 3D and DF. RGB value is (35,61,223). Sum of RGB (Red+Green+Blue) = 35+61+223=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #233DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DDF is #DCC220. Grayscale: #474747. Windows color (decimal): -14467617 or 14630179. OLE color: 14630179.
HSL color Cylindrical-coordinate representation of color #233DDF: hue angle of 231.7º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #233DDF is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 61 | 223 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.13 |
| HSL | 231.7º | 0.75% | 0.51% | - |
| HSV(B) | 231.7º | 0.84% | 0.87% | - |
| XYZ | 15.68 | 9.02 | 70.73 | - |
| YUV | 71.69 | 213.39 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 223 | 0.84 | 0.73 | 0 | 0.13 | 231.7 | 0.75 | 0.51 |
| Hex | 23 | 3D | DF | 54 | 49 | 0 | D | E8 | 4B | 33 |
| Octal | 43 | 75 | 337 | 124 | 111 | 0 | 15 | 350 | 113 | 63 |
| Binary | 100011 | 111101 | 11011111 | 1010100 | 1001001 | 0 | 1101 | 11101000 | 1001011 | 110011 |
Color Harmonies of #233DDF
Complementary color
Monochromatic Colors of #233DDF
Black with #233DDF
Text Example
Text Example
White with #233DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DDF; }
p { color: rgb(35,61,223); }
H1.HeaderClassName
{
color: #233DDF;
}
.AnyTagClassName
{
color: #233DDF;
}
</style>
background-color css
<style>
a { background-color: #233DDF; }
a { background-color: rgb(35,61,223); }
div.DivClassName
{
background-color: #233DDF;
}
.BgClassName
{
background-color: #233DDF;
}
</style>
border-color css
<style>
span { border-color: #233DDF; }
span { border-color: rgb(35,61,223); }
td.TdClassName
{
border-color: #233DDF;
}
.TagClassName
{
border-color: #233DDF;
}
</style>