Shades of Persian Blue #233CBE
Tints of Persian Blue #233CBE
RGB
CMYK
RGB Variations
Color information
#233CBE (or 0x233CBE) is known color: Persian Blue. HEX triplet: 23, 3C and BE. RGB value is (35,60,190). Sum of RGB (Red+Green+Blue) = 35+60+190=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #233CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233CBE is #DCC341. Grayscale: #424242. Windows color (decimal): -14467906 or 12467235. OLE color: 12467235.
HSL color Cylindrical-coordinate representation of color #233CBE: hue angle of 230.32º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #233CBE is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 60 | 190 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.25 |
| HSL | 230.32º | 0.69% | 0.44% | - |
| HSV(B) | 230.32º | 0.82% | 0.75% | - |
| XYZ | 11.6 | 7.31 | 49.51 | - |
| YUV | 67.35 | 197.22 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 190 | 0.82 | 0.68 | 0 | 0.25 | 230.32 | 0.69 | 0.44 |
| Hex | 23 | 3C | BE | 52 | 44 | 0 | 19 | E6 | 45 | 2C |
| Octal | 43 | 74 | 276 | 122 | 104 | 0 | 31 | 346 | 105 | 54 |
| Binary | 100011 | 111100 | 10111110 | 1010010 | 1000100 | 0 | 11001 | 11100110 | 1000101 | 101100 |
Color Harmonies of #233CBE
Complementary color
Monochromatic Colors of #233CBE
Black with #233CBE
Text Example
Text Example
White with #233CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CBE; }
p { color: rgb(35,60,190); }
H1.HeaderClassName
{
color: #233CBE;
}
.AnyTagClassName
{
color: #233CBE;
}
</style>
background-color css
<style>
a { background-color: #233CBE; }
a { background-color: rgb(35,60,190); }
div.DivClassName
{
background-color: #233CBE;
}
.BgClassName
{
background-color: #233CBE;
}
</style>
border-color css
<style>
span { border-color: #233CBE; }
span { border-color: rgb(35,60,190); }
td.TdClassName
{
border-color: #233CBE;
}
.TagClassName
{
border-color: #233CBE;
}
</style>