Shades of Persian Blue #232CAF
Tints of Persian Blue #232CAF
RGB
CMYK
RGB Variations
Color information
#232CAF (or 0x232CAF) is known color: Persian Blue. HEX triplet: 23, 2C and AF. RGB value is (35,44,175). Sum of RGB (Red+Green+Blue) = 35+44+175=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #232CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232CAF is #DCD350. Grayscale: #373737. Windows color (decimal): -14472017 or 11480099. OLE color: 11480099.
HSL color Cylindrical-coordinate representation of color #232CAF: hue angle of 236.14º 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 #232CAF is Cyan = 0.8, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 44 | 175 | - |
| CMYK | 0.8 | 0.75 | 0 | 0.31 |
| HSL | 236.14º | 0.67% | 0.41% | - |
| HSV(B) | 236.14º | 0.8% | 0.69% | - |
| XYZ | 9.33 | 5.25 | 41.08 | - |
| YUV | 56.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 175 | 0.8 | 0.75 | 0 | 0.31 | 236.14 | 0.67 | 0.41 |
| Hex | 23 | 2C | AF | 50 | 4B | 0 | 1F | EC | 43 | 29 |
| Octal | 43 | 54 | 257 | 120 | 113 | 0 | 37 | 354 | 103 | 51 |
| Binary | 100011 | 101100 | 10101111 | 1010000 | 1001011 | 0 | 11111 | 11101100 | 1000011 | 101001 |
Color Harmonies of #232CAF
Complementary color
Monochromatic Colors of #232CAF
Black with #232CAF
Text Example
Text Example
White with #232CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232CAF; }
p { color: rgb(35,44,175); }
H1.HeaderClassName
{
color: #232CAF;
}
.AnyTagClassName
{
color: #232CAF;
}
</style>
background-color css
<style>
a { background-color: #232CAF; }
a { background-color: rgb(35,44,175); }
div.DivClassName
{
background-color: #232CAF;
}
.BgClassName
{
background-color: #232CAF;
}
</style>
border-color css
<style>
span { border-color: #232CAF; }
span { border-color: rgb(35,44,175); }
td.TdClassName
{
border-color: #232CAF;
}
.TagClassName
{
border-color: #232CAF;
}
</style>