Shades of Persian Blue #233FB6
Tints of Persian Blue #233FB6
RGB
CMYK
RGB Variations
Color information
#233FB6 (or 0x233FB6) is known color: Persian Blue. HEX triplet: 23, 3F and B6. RGB value is (35,63,182). Sum of RGB (Red+Green+Blue) = 35+63+182=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #233FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FB6 is #DCC049. Grayscale: #434343. Windows color (decimal): -14467146 or 11943715. OLE color: 11943715.
HSL color Cylindrical-coordinate representation of color #233FB6: hue angle of 228.57º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233FB6 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 63 | 182 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.29 |
| HSL | 228.57º | 0.68% | 0.43% | - |
| HSV(B) | 228.57º | 0.81% | 0.71% | - |
| XYZ | 10.91 | 7.29 | 45.09 | - |
| YUV | 68.19 | 192.22 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 182 | 0.81 | 0.65 | 0 | 0.29 | 228.57 | 0.68 | 0.43 |
| Hex | 23 | 3F | B6 | 51 | 41 | 0 | 1D | E5 | 44 | 2B |
| Octal | 43 | 77 | 266 | 121 | 101 | 0 | 35 | 345 | 104 | 53 |
| Binary | 100011 | 111111 | 10110110 | 1010001 | 1000001 | 0 | 11101 | 11100101 | 1000100 | 101011 |
Color Harmonies of #233FB6
Complementary color
Monochromatic Colors of #233FB6
Black with #233FB6
Text Example
Text Example
White with #233FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FB6; }
p { color: rgb(35,63,182); }
H1.HeaderClassName
{
color: #233FB6;
}
.AnyTagClassName
{
color: #233FB6;
}
</style>
background-color css
<style>
a { background-color: #233FB6; }
a { background-color: rgb(35,63,182); }
div.DivClassName
{
background-color: #233FB6;
}
.BgClassName
{
background-color: #233FB6;
}
</style>
border-color css
<style>
span { border-color: #233FB6; }
span { border-color: rgb(35,63,182); }
td.TdClassName
{
border-color: #233FB6;
}
.TagClassName
{
border-color: #233FB6;
}
</style>