Shades of Persian Blue #233AAC
Tints of Persian Blue #233AAC
RGB
CMYK
RGB Variations
Color information
#233AAC (or 0x233AAC) is known color: Persian Blue. HEX triplet: 23, 3A and AC. RGB value is (35,58,172). Sum of RGB (Red+Green+Blue) = 35+58+172=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #233AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233AAC is #DCC553. Grayscale: #3F3F3F. Windows color (decimal): -14468436 or 11287075. OLE color: 11287075.
HSL color Cylindrical-coordinate representation of color #233AAC: hue angle of 229.93º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #233AAC is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 58 | 172 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.33 |
| HSL | 229.93º | 0.66% | 0.41% | - |
| HSV(B) | 229.93º | 0.8% | 0.67% | - |
| XYZ | 9.65 | 6.36 | 39.75 | - |
| YUV | 64.12 | 188.88 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 172 | 0.80 | 0.66 | 0 | 0.33 | 229.93 | 0.66 | 0.41 |
| Hex | 23 | 3A | AC | 50 | 42 | 0 | 21 | E6 | 42 | 29 |
| Octal | 43 | 72 | 254 | 120 | 102 | 0 | 41 | 346 | 102 | 51 |
| Binary | 100011 | 111010 | 10101100 | 1010000 | 1000010 | 0 | 100001 | 11100110 | 1000010 | 101001 |
Color Harmonies of #233AAC
Complementary color
Monochromatic Colors of #233AAC
Black with #233AAC
Text Example
Text Example
White with #233AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233AAC; }
p { color: rgb(35,58,172); }
H1.HeaderClassName
{
color: #233AAC;
}
.AnyTagClassName
{
color: #233AAC;
}
</style>
background-color css
<style>
a { background-color: #233AAC; }
a { background-color: rgb(35,58,172); }
div.DivClassName
{
background-color: #233AAC;
}
.BgClassName
{
background-color: #233AAC;
}
</style>
border-color css
<style>
span { border-color: #233AAC; }
span { border-color: rgb(35,58,172); }
td.TdClassName
{
border-color: #233AAC;
}
.TagClassName
{
border-color: #233AAC;
}
</style>