Shades of Persian Blue #233FB0
Tints of Persian Blue #233FB0
RGB
CMYK
RGB Variations
Color information
#233FB0 (or 0x233FB0) is known color: Persian Blue. HEX triplet: 23, 3F and B0. RGB value is (35,63,176). Sum of RGB (Red+Green+Blue) = 35+63+176=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 176 (69.14% from 255 or 64.23% from 274); Max value from RGB is 176 - color contains mainly: blue. Hex color #233FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233FB0 is #DCC04F. Grayscale: #434343. Windows color (decimal): -14467152 or 11550499. OLE color: 11550499.
HSL color Cylindrical-coordinate representation of color #233FB0: hue angle of 228.09º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #233FB0 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 63 | 176 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.31 |
| HSL | 228.09º | 0.67% | 0.41% | - |
| HSV(B) | 228.09º | 0.8% | 0.69% | - |
| XYZ | 10.31 | 7.05 | 41.89 | - |
| YUV | 67.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 176 | 0.80 | 0.64 | 0 | 0.31 | 228.09 | 0.67 | 0.41 |
| Hex | 23 | 3F | B0 | 50 | 40 | 0 | 1F | E4 | 43 | 29 |
| Octal | 43 | 77 | 260 | 120 | 100 | 0 | 37 | 344 | 103 | 51 |
| Binary | 100011 | 111111 | 10110000 | 1010000 | 1000000 | 0 | 11111 | 11100100 | 1000011 | 101001 |
Color Harmonies of #233FB0
Complementary color
Monochromatic Colors of #233FB0
Black with #233FB0
Text Example
Text Example
White with #233FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FB0; }
p { color: rgb(35,63,176); }
H1.HeaderClassName
{
color: #233FB0;
}
.AnyTagClassName
{
color: #233FB0;
}
</style>
background-color css
<style>
a { background-color: #233FB0; }
a { background-color: rgb(35,63,176); }
div.DivClassName
{
background-color: #233FB0;
}
.BgClassName
{
background-color: #233FB0;
}
</style>
border-color css
<style>
span { border-color: #233FB0; }
span { border-color: rgb(35,63,176); }
td.TdClassName
{
border-color: #233FB0;
}
.TagClassName
{
border-color: #233FB0;
}
</style>