Shades of Persian Blue #232BBD
Tints of Persian Blue #232BBD
RGB
CMYK
RGB Variations
Color information
#232BBD (or 0x232BBD) is known color: Persian Blue. HEX triplet: 23, 2B and BD. RGB value is (35,43,189). Sum of RGB (Red+Green+Blue) = 35+43+189=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #232BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BBD is #DCD442. Grayscale: #383838. Windows color (decimal): -14472259 or 12397347. OLE color: 12397347.
HSL color Cylindrical-coordinate representation of color #232BBD: hue angle of 236.88º 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 #232BBD is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 43 | 189 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.26 |
| HSL | 236.88º | 0.69% | 0.44% | - |
| HSV(B) | 236.88º | 0.81% | 0.74% | - |
| XYZ | 10.74 | 5.76 | 48.69 | - |
| YUV | 57.25 | 202.35 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 189 | 0.81 | 0.77 | 0 | 0.26 | 236.88 | 0.69 | 0.44 |
| Hex | 23 | 2B | BD | 51 | 4D | 0 | 1A | ED | 45 | 2C |
| Octal | 43 | 53 | 275 | 121 | 115 | 0 | 32 | 355 | 105 | 54 |
| Binary | 100011 | 101011 | 10111101 | 1010001 | 1001101 | 0 | 11010 | 11101101 | 1000101 | 101100 |
Color Harmonies of #232BBD
Complementary color
Monochromatic Colors of #232BBD
Black with #232BBD
Text Example
Text Example
White with #232BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BBD; }
p { color: rgb(35,43,189); }
H1.HeaderClassName
{
color: #232BBD;
}
.AnyTagClassName
{
color: #232BBD;
}
</style>
background-color css
<style>
a { background-color: #232BBD; }
a { background-color: rgb(35,43,189); }
div.DivClassName
{
background-color: #232BBD;
}
.BgClassName
{
background-color: #232BBD;
}
</style>
border-color css
<style>
span { border-color: #232BBD; }
span { border-color: rgb(35,43,189); }
td.TdClassName
{
border-color: #232BBD;
}
.TagClassName
{
border-color: #232BBD;
}
</style>