Shades of Persian Blue #233BE7
Tints of Persian Blue #233BE7
RGB
CMYK
RGB Variations
Color information
#233BE7 (or 0x233BE7) is known color: Persian Blue. HEX triplet: 23, 3B and E7. RGB value is (35,59,231). Sum of RGB (Red+Green+Blue) = 35+59+231=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 231 (90.62% from 255 or 71.08% from 325); Max value from RGB is 231 - color contains mainly: blue. Hex color #233BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233BE7 is #DCC418. Grayscale: #464646. Windows color (decimal): -14468121 or 15153955. OLE color: 15153955.
HSL color Cylindrical-coordinate representation of color #233BE7: hue angle of 232.65º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233BE7 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 59 | 231 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.09 |
| HSL | 232.65º | 0.8% | 0.52% | - |
| HSV(B) | 232.65º | 0.85% | 0.91% | - |
| XYZ | 16.68 | 9.25 | 76.51 | - |
| YUV | 71.43 | 218.05 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 231 | 0.85 | 0.74 | 0 | 0.09 | 232.65 | 0.8 | 0.52 |
| Hex | 23 | 3B | E7 | 55 | 4A | 0 | 9 | E9 | 50 | 34 |
| Octal | 43 | 73 | 347 | 125 | 112 | 0 | 11 | 351 | 120 | 64 |
| Binary | 100011 | 111011 | 11100111 | 1010101 | 1001010 | 0 | 1001 | 11101001 | 1010000 | 110100 |
Color Harmonies of #233BE7
Complementary color
Monochromatic Colors of #233BE7
Black with #233BE7
Text Example
Text Example
White with #233BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BE7; }
p { color: rgb(35,59,231); }
H1.HeaderClassName
{
color: #233BE7;
}
.AnyTagClassName
{
color: #233BE7;
}
</style>
background-color css
<style>
a { background-color: #233BE7; }
a { background-color: rgb(35,59,231); }
div.DivClassName
{
background-color: #233BE7;
}
.BgClassName
{
background-color: #233BE7;
}
</style>
border-color css
<style>
span { border-color: #233BE7; }
span { border-color: rgb(35,59,231); }
td.TdClassName
{
border-color: #233BE7;
}
.TagClassName
{
border-color: #233BE7;
}
</style>