Shades of Persian Blue #233EC1
Tints of Persian Blue #233EC1
RGB
CMYK
RGB Variations
Color information
#233EC1 (or 0x233EC1) is known color: Persian Blue. HEX triplet: 23, 3E and C1. RGB value is (35,62,193). Sum of RGB (Red+Green+Blue) = 35+62+193=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 193 (75.78% from 255 or 66.55% from 290); Max value from RGB is 193 - color contains mainly: blue. Hex color #233EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233EC1 is #DCC13E. Grayscale: #444444. Windows color (decimal): -14467391 or 12664355. OLE color: 12664355.
HSL color Cylindrical-coordinate representation of color #233EC1: hue angle of 229.75º 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 #233EC1 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 62 | 193 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.24 |
| HSL | 229.75º | 0.69% | 0.45% | - |
| HSV(B) | 229.75º | 0.82% | 0.76% | - |
| XYZ | 12.04 | 7.65 | 51.29 | - |
| YUV | 68.86 | 198.05 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 193 | 0.82 | 0.68 | 0 | 0.24 | 229.75 | 0.69 | 0.45 |
| Hex | 23 | 3E | C1 | 52 | 44 | 0 | 18 | E6 | 45 | 2D |
| Octal | 43 | 76 | 301 | 122 | 104 | 0 | 30 | 346 | 105 | 55 |
| Binary | 100011 | 111110 | 11000001 | 1010010 | 1000100 | 0 | 11000 | 11100110 | 1000101 | 101101 |
Color Harmonies of #233EC1
Complementary color
Monochromatic Colors of #233EC1
Black with #233EC1
Text Example
Text Example
White with #233EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233EC1; }
p { color: rgb(35,62,193); }
H1.HeaderClassName
{
color: #233EC1;
}
.AnyTagClassName
{
color: #233EC1;
}
</style>
background-color css
<style>
a { background-color: #233EC1; }
a { background-color: rgb(35,62,193); }
div.DivClassName
{
background-color: #233EC1;
}
.BgClassName
{
background-color: #233EC1;
}
</style>
border-color css
<style>
span { border-color: #233EC1; }
span { border-color: rgb(35,62,193); }
td.TdClassName
{
border-color: #233EC1;
}
.TagClassName
{
border-color: #233EC1;
}
</style>