Shades of Persian Blue #233FB8
Tints of Persian Blue #233FB8
RGB
CMYK
RGB Variations
Color information
#233FB8 (or 0x233FB8) is known color: Persian Blue. HEX triplet: 23, 3F and B8. RGB value is (35,63,184). Sum of RGB (Red+Green+Blue) = 35+63+184=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 184 (72.27% from 255 or 65.25% from 282); Max value from RGB is 184 - color contains mainly: blue. Hex color #233FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FB8 is #DCC047. Grayscale: #434343. Windows color (decimal): -14467144 or 12074787. OLE color: 12074787.
HSL color Cylindrical-coordinate representation of color #233FB8: hue angle of 228.72º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233FB8 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 63 | 184 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.28 |
| HSL | 228.72º | 0.68% | 0.43% | - |
| HSV(B) | 228.72º | 0.81% | 0.72% | - |
| XYZ | 11.12 | 7.37 | 46.18 | - |
| YUV | 68.42 | 193.22 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 184 | 0.81 | 0.66 | 0 | 0.28 | 228.72 | 0.68 | 0.43 |
| Hex | 23 | 3F | B8 | 51 | 42 | 0 | 1C | E5 | 44 | 2B |
| Octal | 43 | 77 | 270 | 121 | 102 | 0 | 34 | 345 | 104 | 53 |
| Binary | 100011 | 111111 | 10111000 | 1010001 | 1000010 | 0 | 11100 | 11100101 | 1000100 | 101011 |
Color Harmonies of #233FB8
Complementary color
Monochromatic Colors of #233FB8
Black with #233FB8
Text Example
Text Example
White with #233FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FB8; }
p { color: rgb(35,63,184); }
H1.HeaderClassName
{
color: #233FB8;
}
.AnyTagClassName
{
color: #233FB8;
}
</style>
background-color css
<style>
a { background-color: #233FB8; }
a { background-color: rgb(35,63,184); }
div.DivClassName
{
background-color: #233FB8;
}
.BgClassName
{
background-color: #233FB8;
}
</style>
border-color css
<style>
span { border-color: #233FB8; }
span { border-color: rgb(35,63,184); }
td.TdClassName
{
border-color: #233FB8;
}
.TagClassName
{
border-color: #233FB8;
}
</style>