Shades of Persian Blue #233DDE
Tints of Persian Blue #233DDE
RGB
CMYK
RGB Variations
Color information
#233DDE (or 0x233DDE) is known color: Persian Blue. HEX triplet: 23, 3D and DE. RGB value is (35,61,222). Sum of RGB (Red+Green+Blue) = 35+61+222=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #233DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DDE is #DCC221. Grayscale: #464646. Windows color (decimal): -14467618 or 14564643. OLE color: 14564643.
HSL color Cylindrical-coordinate representation of color #233DDE: hue angle of 231.66º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #233DDE is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 61 | 222 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.13 |
| HSL | 231.66º | 0.74% | 0.5% | - |
| HSV(B) | 231.66º | 0.84% | 0.87% | - |
| XYZ | 15.55 | 8.97 | 70.02 | - |
| YUV | 71.58 | 212.89 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 222 | 0.84 | 0.73 | 0 | 0.13 | 231.66 | 0.74 | 0.5 |
| Hex | 23 | 3D | DE | 54 | 49 | 0 | D | E8 | 4A | 32 |
| Octal | 43 | 75 | 336 | 124 | 111 | 0 | 15 | 350 | 112 | 62 |
| Binary | 100011 | 111101 | 11011110 | 1010100 | 1001001 | 0 | 1101 | 11101000 | 1001010 | 110010 |
Color Harmonies of #233DDE
Complementary color
Monochromatic Colors of #233DDE
Black with #233DDE
Text Example
Text Example
White with #233DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DDE; }
p { color: rgb(35,61,222); }
H1.HeaderClassName
{
color: #233DDE;
}
.AnyTagClassName
{
color: #233DDE;
}
</style>
background-color css
<style>
a { background-color: #233DDE; }
a { background-color: rgb(35,61,222); }
div.DivClassName
{
background-color: #233DDE;
}
.BgClassName
{
background-color: #233DDE;
}
</style>
border-color css
<style>
span { border-color: #233DDE; }
span { border-color: rgb(35,61,222); }
td.TdClassName
{
border-color: #233DDE;
}
.TagClassName
{
border-color: #233DDE;
}
</style>