Shades of Persian Blue #233EC6
Tints of Persian Blue #233EC6
RGB
CMYK
RGB Variations
Color information
#233EC6 (or 0x233EC6) is known color: Persian Blue. HEX triplet: 23, 3E and C6. RGB value is (35,62,198). Sum of RGB (Red+Green+Blue) = 35+62+198=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 198 (77.73% from 255 or 67.12% from 295); Max value from RGB is 198 - color contains mainly: blue. Hex color #233EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233EC6 is #DCC139. Grayscale: #444444. Windows color (decimal): -14467386 or 12992035. OLE color: 12992035.
HSL color Cylindrical-coordinate representation of color #233EC6: hue angle of 230.06º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #233EC6 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 62 | 198 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.22 |
| HSL | 230.06º | 0.7% | 0.46% | - |
| HSV(B) | 230.06º | 0.82% | 0.78% | - |
| XYZ | 12.61 | 7.88 | 54.28 | - |
| YUV | 69.43 | 200.55 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 198 | 0.82 | 0.69 | 0 | 0.22 | 230.06 | 0.7 | 0.46 |
| Hex | 23 | 3E | C6 | 52 | 45 | 0 | 16 | E6 | 46 | 2E |
| Octal | 43 | 76 | 306 | 122 | 105 | 0 | 26 | 346 | 106 | 56 |
| Binary | 100011 | 111110 | 11000110 | 1010010 | 1000101 | 0 | 10110 | 11100110 | 1000110 | 101110 |
Color Harmonies of #233EC6
Complementary color
Monochromatic Colors of #233EC6
Black with #233EC6
Text Example
Text Example
White with #233EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233EC6; }
p { color: rgb(35,62,198); }
H1.HeaderClassName
{
color: #233EC6;
}
.AnyTagClassName
{
color: #233EC6;
}
</style>
background-color css
<style>
a { background-color: #233EC6; }
a { background-color: rgb(35,62,198); }
div.DivClassName
{
background-color: #233EC6;
}
.BgClassName
{
background-color: #233EC6;
}
</style>
border-color css
<style>
span { border-color: #233EC6; }
span { border-color: rgb(35,62,198); }
td.TdClassName
{
border-color: #233EC6;
}
.TagClassName
{
border-color: #233EC6;
}
</style>