Shades of Persian Blue #232FAB
Tints of Persian Blue #232FAB
RGB
CMYK
RGB Variations
Color information
#232FAB (or 0x232FAB) is known color: Persian Blue. HEX triplet: 23, 2F and AB. RGB value is (35,47,171). Sum of RGB (Red+Green+Blue) = 35+47+171=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #232FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232FAB is #DCD054. Grayscale: #393939. Windows color (decimal): -14471253 or 11218723. OLE color: 11218723.
HSL color Cylindrical-coordinate representation of color #232FAB: hue angle of 234.71º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #232FAB is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 47 | 171 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.33 |
| HSL | 234.71º | 0.66% | 0.4% | - |
| HSV(B) | 234.71º | 0.8% | 0.67% | - |
| XYZ | 9.06 | 5.33 | 39.08 | - |
| YUV | 57.55 | 192.02 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 171 | 0.80 | 0.73 | 0 | 0.33 | 234.71 | 0.66 | 0.4 |
| Hex | 23 | 2F | AB | 50 | 49 | 0 | 21 | EB | 42 | 28 |
| Octal | 43 | 57 | 253 | 120 | 111 | 0 | 41 | 353 | 102 | 50 |
| Binary | 100011 | 101111 | 10101011 | 1010000 | 1001001 | 0 | 100001 | 11101011 | 1000010 | 101000 |
Color Harmonies of #232FAB
Complementary color
Monochromatic Colors of #232FAB
Black with #232FAB
Text Example
Text Example
White with #232FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FAB; }
p { color: rgb(35,47,171); }
H1.HeaderClassName
{
color: #232FAB;
}
.AnyTagClassName
{
color: #232FAB;
}
</style>
background-color css
<style>
a { background-color: #232FAB; }
a { background-color: rgb(35,47,171); }
div.DivClassName
{
background-color: #232FAB;
}
.BgClassName
{
background-color: #232FAB;
}
</style>
border-color css
<style>
span { border-color: #232FAB; }
span { border-color: rgb(35,47,171); }
td.TdClassName
{
border-color: #232FAB;
}
.TagClassName
{
border-color: #232FAB;
}
</style>