Shades of Persian Blue #233DCB
Tints of Persian Blue #233DCB
RGB
CMYK
RGB Variations
Color information
#233DCB (or 0x233DCB) is known color: Persian Blue. HEX triplet: 23, 3D and CB. RGB value is (35,61,203). Sum of RGB (Red+Green+Blue) = 35+61+203=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #233DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DCB is #DCC234. Grayscale: #444444. Windows color (decimal): -14467637 or 13319459. OLE color: 13319459.
HSL color Cylindrical-coordinate representation of color #233DCB: hue angle of 230.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233DCB is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 61 | 203 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.20 |
| HSL | 230.71º | 0.71% | 0.47% | - |
| HSV(B) | 230.71º | 0.83% | 0.8% | - |
| XYZ | 13.14 | 8.01 | 57.35 | - |
| YUV | 69.41 | 203.39 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 203 | 0.83 | 0.70 | 0 | 0.20 | 230.71 | 0.71 | 0.47 |
| Hex | 23 | 3D | CB | 53 | 46 | 0 | 14 | E7 | 47 | 2F |
| Octal | 43 | 75 | 313 | 123 | 106 | 0 | 24 | 347 | 107 | 57 |
| Binary | 100011 | 111101 | 11001011 | 1010011 | 1000110 | 0 | 10100 | 11100111 | 1000111 | 101111 |
Color Harmonies of #233DCB
Complementary color
Monochromatic Colors of #233DCB
Black with #233DCB
Text Example
Text Example
White with #233DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DCB; }
p { color: rgb(35,61,203); }
H1.HeaderClassName
{
color: #233DCB;
}
.AnyTagClassName
{
color: #233DCB;
}
</style>
background-color css
<style>
a { background-color: #233DCB; }
a { background-color: rgb(35,61,203); }
div.DivClassName
{
background-color: #233DCB;
}
.BgClassName
{
background-color: #233DCB;
}
</style>
border-color css
<style>
span { border-color: #233DCB; }
span { border-color: rgb(35,61,203); }
td.TdClassName
{
border-color: #233DCB;
}
.TagClassName
{
border-color: #233DCB;
}
</style>