Shades of Persian Blue #232ACC
Tints of Persian Blue #232ACC
RGB
CMYK
RGB Variations
Color information
#232ACC (or 0x232ACC) is known color: Persian Blue. HEX triplet: 23, 2A and CC. RGB value is (35,42,204). Sum of RGB (Red+Green+Blue) = 35+42+204=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #232ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ACC is #DCD533. Grayscale: #393939. Windows color (decimal): -14472500 or 13380131. OLE color: 13380131.
HSL color Cylindrical-coordinate representation of color #232ACC: hue angle of 237.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #232ACC is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 42 | 204 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.2 |
| HSL | 237.51º | 0.71% | 0.47% | - |
| HSV(B) | 237.51º | 0.83% | 0.8% | - |
| XYZ | 12.42 | 6.37 | 57.7 | - |
| YUV | 58.38 | 210.18 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 204 | 0.83 | 0.79 | 0 | 0.2 | 237.51 | 0.71 | 0.47 |
| Hex | 23 | 2A | CC | 53 | 4F | 0 | 14 | EE | 47 | 2F |
| Octal | 43 | 52 | 314 | 123 | 117 | 0 | 24 | 356 | 107 | 57 |
| Binary | 100011 | 101010 | 11001100 | 1010011 | 1001111 | 0 | 10100 | 11101110 | 1000111 | 101111 |
Color Harmonies of #232ACC
Complementary color
Monochromatic Colors of #232ACC
Black with #232ACC
Text Example
Text Example
White with #232ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232ACC; }
p { color: rgb(35,42,204); }
H1.HeaderClassName
{
color: #232ACC;
}
.AnyTagClassName
{
color: #232ACC;
}
</style>
background-color css
<style>
a { background-color: #232ACC; }
a { background-color: rgb(35,42,204); }
div.DivClassName
{
background-color: #232ACC;
}
.BgClassName
{
background-color: #232ACC;
}
</style>
border-color css
<style>
span { border-color: #232ACC; }
span { border-color: rgb(35,42,204); }
td.TdClassName
{
border-color: #232ACC;
}
.TagClassName
{
border-color: #232ACC;
}
</style>