Shades of Persian Blue #233BC2
Tints of Persian Blue #233BC2
RGB
CMYK
RGB Variations
Color information
#233BC2 (or 0x233BC2) is known color: Persian Blue. HEX triplet: 23, 3B and C2. RGB value is (35,59,194). Sum of RGB (Red+Green+Blue) = 35+59+194=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 194 (76.17% from 255 or 67.36% from 288); Max value from RGB is 194 - color contains mainly: blue. Hex color #233BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233BC2 is #DCC43D. Grayscale: #424242. Windows color (decimal): -14468158 or 12729123. OLE color: 12729123.
HSL color Cylindrical-coordinate representation of color #233BC2: hue angle of 230.94º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #233BC2 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 59 | 194 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.24 |
| HSL | 230.94º | 0.69% | 0.45% | - |
| HSV(B) | 230.94º | 0.82% | 0.76% | - |
| XYZ | 11.99 | 7.38 | 51.83 | - |
| YUV | 67.21 | 199.55 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 194 | 0.82 | 0.70 | 0 | 0.24 | 230.94 | 0.69 | 0.45 |
| Hex | 23 | 3B | C2 | 52 | 46 | 0 | 18 | E7 | 45 | 2D |
| Octal | 43 | 73 | 302 | 122 | 106 | 0 | 30 | 347 | 105 | 55 |
| Binary | 100011 | 111011 | 11000010 | 1010010 | 1000110 | 0 | 11000 | 11100111 | 1000101 | 101101 |
Color Harmonies of #233BC2
Complementary color
Monochromatic Colors of #233BC2
Black with #233BC2
Text Example
Text Example
White with #233BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BC2; }
p { color: rgb(35,59,194); }
H1.HeaderClassName
{
color: #233BC2;
}
.AnyTagClassName
{
color: #233BC2;
}
</style>
background-color css
<style>
a { background-color: #233BC2; }
a { background-color: rgb(35,59,194); }
div.DivClassName
{
background-color: #233BC2;
}
.BgClassName
{
background-color: #233BC2;
}
</style>
border-color css
<style>
span { border-color: #233BC2; }
span { border-color: rgb(35,59,194); }
td.TdClassName
{
border-color: #233BC2;
}
.TagClassName
{
border-color: #233BC2;
}
</style>