Shades of Persian Blue #233DCE
Tints of Persian Blue #233DCE
RGB
CMYK
RGB Variations
Color information
#233DCE (or 0x233DCE) is known color: Persian Blue. HEX triplet: 23, 3D and CE. RGB value is (35,61,206). Sum of RGB (Red+Green+Blue) = 35+61+206=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #233DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DCE is #DCC231. Grayscale: #454545. Windows color (decimal): -14467634 or 13516067. OLE color: 13516067.
HSL color Cylindrical-coordinate representation of color #233DCE: hue angle of 230.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233DCE is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 61 | 206 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.19 |
| HSL | 230.88º | 0.71% | 0.47% | - |
| HSV(B) | 230.88º | 0.83% | 0.81% | - |
| XYZ | 13.5 | 8.15 | 59.25 | - |
| YUV | 69.76 | 204.89 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 206 | 0.83 | 0.70 | 0 | 0.19 | 230.88 | 0.71 | 0.47 |
| Hex | 23 | 3D | CE | 53 | 46 | 0 | 13 | E7 | 47 | 2F |
| Octal | 43 | 75 | 316 | 123 | 106 | 0 | 23 | 347 | 107 | 57 |
| Binary | 100011 | 111101 | 11001110 | 1010011 | 1000110 | 0 | 10011 | 11100111 | 1000111 | 101111 |
Color Harmonies of #233DCE
Complementary color
Monochromatic Colors of #233DCE
Black with #233DCE
Text Example
Text Example
White with #233DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DCE; }
p { color: rgb(35,61,206); }
H1.HeaderClassName
{
color: #233DCE;
}
.AnyTagClassName
{
color: #233DCE;
}
</style>
background-color css
<style>
a { background-color: #233DCE; }
a { background-color: rgb(35,61,206); }
div.DivClassName
{
background-color: #233DCE;
}
.BgClassName
{
background-color: #233DCE;
}
</style>
border-color css
<style>
span { border-color: #233DCE; }
span { border-color: rgb(35,61,206); }
td.TdClassName
{
border-color: #233DCE;
}
.TagClassName
{
border-color: #233DCE;
}
</style>