Shades of Persian Blue #233CC6
Tints of Persian Blue #233CC6
RGB
CMYK
RGB Variations
Color information
#233CC6 (or 0x233CC6) is known color: Persian Blue. HEX triplet: 23, 3C and C6. RGB value is (35,60,198). Sum of RGB (Red+Green+Blue) = 35+60+198=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 198 (77.73% from 255 or 67.58% from 293); Max value from RGB is 198 - color contains mainly: blue. Hex color #233CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233CC6 is #DCC339. Grayscale: #434343. Windows color (decimal): -14467898 or 12991523. OLE color: 12991523.
HSL color Cylindrical-coordinate representation of color #233CC6: hue angle of 230.8º 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 #233CC6 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 60 | 198 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.22 |
| HSL | 230.8º | 0.7% | 0.46% | - |
| HSV(B) | 230.8º | 0.82% | 0.78% | - |
| XYZ | 12.5 | 7.67 | 54.25 | - |
| YUV | 68.26 | 201.22 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 198 | 0.82 | 0.70 | 0 | 0.22 | 230.8 | 0.7 | 0.46 |
| Hex | 23 | 3C | C6 | 52 | 46 | 0 | 16 | E7 | 46 | 2E |
| Octal | 43 | 74 | 306 | 122 | 106 | 0 | 26 | 347 | 106 | 56 |
| Binary | 100011 | 111100 | 11000110 | 1010010 | 1000110 | 0 | 10110 | 11100111 | 1000110 | 101110 |
Color Harmonies of #233CC6
Complementary color
Monochromatic Colors of #233CC6
Black with #233CC6
Text Example
Text Example
White with #233CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CC6; }
p { color: rgb(35,60,198); }
H1.HeaderClassName
{
color: #233CC6;
}
.AnyTagClassName
{
color: #233CC6;
}
</style>
background-color css
<style>
a { background-color: #233CC6; }
a { background-color: rgb(35,60,198); }
div.DivClassName
{
background-color: #233CC6;
}
.BgClassName
{
background-color: #233CC6;
}
</style>
border-color css
<style>
span { border-color: #233CC6; }
span { border-color: rgb(35,60,198); }
td.TdClassName
{
border-color: #233CC6;
}
.TagClassName
{
border-color: #233CC6;
}
</style>