Shades of Persian Blue #233FC2
Tints of Persian Blue #233FC2
RGB
CMYK
RGB Variations
Color information
#233FC2 (or 0x233FC2) is known color: Persian Blue. HEX triplet: 23, 3F and C2. RGB value is (35,63,194). Sum of RGB (Red+Green+Blue) = 35+63+194=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 194 (76.17% from 255 or 66.44% from 292); Max value from RGB is 194 - color contains mainly: blue. Hex color #233FC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FC2 is #DCC03D. Grayscale: #454545. Windows color (decimal): -14467134 or 12730147. OLE color: 12730147.
HSL color Cylindrical-coordinate representation of color #233FC2: hue angle of 229.43º 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 #233FC2 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 63 | 194 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.24 |
| HSL | 229.43º | 0.69% | 0.45% | - |
| HSV(B) | 229.43º | 0.82% | 0.76% | - |
| XYZ | 12.21 | 7.81 | 51.9 | - |
| YUV | 69.56 | 198.22 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 194 | 0.82 | 0.68 | 0 | 0.24 | 229.43 | 0.69 | 0.45 |
| Hex | 23 | 3F | C2 | 52 | 44 | 0 | 18 | E5 | 45 | 2D |
| Octal | 43 | 77 | 302 | 122 | 104 | 0 | 30 | 345 | 105 | 55 |
| Binary | 100011 | 111111 | 11000010 | 1010010 | 1000100 | 0 | 11000 | 11100101 | 1000101 | 101101 |
Color Harmonies of #233FC2
Complementary color
Monochromatic Colors of #233FC2
Black with #233FC2
Text Example
Text Example
White with #233FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FC2; }
p { color: rgb(35,63,194); }
H1.HeaderClassName
{
color: #233FC2;
}
.AnyTagClassName
{
color: #233FC2;
}
</style>
background-color css
<style>
a { background-color: #233FC2; }
a { background-color: rgb(35,63,194); }
div.DivClassName
{
background-color: #233FC2;
}
.BgClassName
{
background-color: #233FC2;
}
</style>
border-color css
<style>
span { border-color: #233FC2; }
span { border-color: rgb(35,63,194); }
td.TdClassName
{
border-color: #233FC2;
}
.TagClassName
{
border-color: #233FC2;
}
</style>