Shades of Persian Blue #232CBD
Tints of Persian Blue #232CBD
RGB
CMYK
RGB Variations
Color information
#232CBD (or 0x232CBD) is known color: Persian Blue. HEX triplet: 23, 2C and BD. RGB value is (35,44,189). Sum of RGB (Red+Green+Blue) = 35+44+189=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #232CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CBD is #DCD342. Grayscale: #393939. Windows color (decimal): -14472003 or 12397603. OLE color: 12397603.
HSL color Cylindrical-coordinate representation of color #232CBD: hue angle of 236.49º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #232CBD is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 44 | 189 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.26 |
| HSL | 236.49º | 0.69% | 0.44% | - |
| HSV(B) | 236.49º | 0.81% | 0.74% | - |
| XYZ | 10.78 | 5.83 | 48.7 | - |
| YUV | 57.84 | 202.02 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 189 | 0.81 | 0.77 | 0 | 0.26 | 236.49 | 0.69 | 0.44 |
| Hex | 23 | 2C | BD | 51 | 4D | 0 | 1A | EC | 45 | 2C |
| Octal | 43 | 54 | 275 | 121 | 115 | 0 | 32 | 354 | 105 | 54 |
| Binary | 100011 | 101100 | 10111101 | 1010001 | 1001101 | 0 | 11010 | 11101100 | 1000101 | 101100 |
Color Harmonies of #232CBD
Complementary color
Monochromatic Colors of #232CBD
Black with #232CBD
Text Example
Text Example
White with #232CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232CBD; }
p { color: rgb(35,44,189); }
H1.HeaderClassName
{
color: #232CBD;
}
.AnyTagClassName
{
color: #232CBD;
}
</style>
background-color css
<style>
a { background-color: #232CBD; }
a { background-color: rgb(35,44,189); }
div.DivClassName
{
background-color: #232CBD;
}
.BgClassName
{
background-color: #232CBD;
}
</style>
border-color css
<style>
span { border-color: #232CBD; }
span { border-color: rgb(35,44,189); }
td.TdClassName
{
border-color: #232CBD;
}
.TagClassName
{
border-color: #232CBD;
}
</style>