Shades of Persian Blue #233FB5
Tints of Persian Blue #233FB5
RGB
CMYK
RGB Variations
Color information
#233FB5 (or 0x233FB5) is known color: Persian Blue. HEX triplet: 23, 3F and B5. RGB value is (35,63,181). Sum of RGB (Red+Green+Blue) = 35+63+181=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 181 (71.09% from 255 or 64.87% from 279); Max value from RGB is 181 - color contains mainly: blue. Hex color #233FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FB5 is #DCC04A. Grayscale: #434343. Windows color (decimal): -14467147 or 11878179. OLE color: 11878179.
HSL color Cylindrical-coordinate representation of color #233FB5: hue angle of 228.49º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233FB5 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 63 | 181 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.29 |
| HSL | 228.49º | 0.68% | 0.42% | - |
| HSV(B) | 228.49º | 0.81% | 0.71% | - |
| XYZ | 10.81 | 7.25 | 44.55 | - |
| YUV | 68.08 | 191.72 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 181 | 0.81 | 0.65 | 0 | 0.29 | 228.49 | 0.68 | 0.42 |
| Hex | 23 | 3F | B5 | 51 | 41 | 0 | 1D | E4 | 44 | 2A |
| Octal | 43 | 77 | 265 | 121 | 101 | 0 | 35 | 344 | 104 | 52 |
| Binary | 100011 | 111111 | 10110101 | 1010001 | 1000001 | 0 | 11101 | 11100100 | 1000100 | 101010 |
Color Harmonies of #233FB5
Complementary color
Monochromatic Colors of #233FB5
Black with #233FB5
Text Example
Text Example
White with #233FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FB5; }
p { color: rgb(35,63,181); }
H1.HeaderClassName
{
color: #233FB5;
}
.AnyTagClassName
{
color: #233FB5;
}
</style>
background-color css
<style>
a { background-color: #233FB5; }
a { background-color: rgb(35,63,181); }
div.DivClassName
{
background-color: #233FB5;
}
.BgClassName
{
background-color: #233FB5;
}
</style>
border-color css
<style>
span { border-color: #233FB5; }
span { border-color: rgb(35,63,181); }
td.TdClassName
{
border-color: #233FB5;
}
.TagClassName
{
border-color: #233FB5;
}
</style>