Shades of Persian Blue #233DAC
Tints of Persian Blue #233DAC
RGB
CMYK
RGB Variations
Color information
#233DAC (or 0x233DAC) is known color: Persian Blue. HEX triplet: 23, 3D and AC. RGB value is (35,61,172). Sum of RGB (Red+Green+Blue) = 35+61+172=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #233DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233DAC is #DCC253. Grayscale: #414141. Windows color (decimal): -14467668 or 11287843. OLE color: 11287843.
HSL color Cylindrical-coordinate representation of color #233DAC: hue angle of 228.61º 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 #233DAC is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 61 | 172 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.33 |
| HSL | 228.61º | 0.66% | 0.41% | - |
| HSV(B) | 228.61º | 0.8% | 0.67% | - |
| XYZ | 9.81 | 6.67 | 39.8 | - |
| YUV | 65.88 | 187.89 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 172 | 0.80 | 0.65 | 0 | 0.33 | 228.61 | 0.66 | 0.41 |
| Hex | 23 | 3D | AC | 50 | 41 | 0 | 21 | E5 | 42 | 29 |
| Octal | 43 | 75 | 254 | 120 | 101 | 0 | 41 | 345 | 102 | 51 |
| Binary | 100011 | 111101 | 10101100 | 1010000 | 1000001 | 0 | 100001 | 11100101 | 1000010 | 101001 |
Color Harmonies of #233DAC
Complementary color
Monochromatic Colors of #233DAC
Black with #233DAC
Text Example
Text Example
White with #233DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DAC; }
p { color: rgb(35,61,172); }
H1.HeaderClassName
{
color: #233DAC;
}
.AnyTagClassName
{
color: #233DAC;
}
</style>
background-color css
<style>
a { background-color: #233DAC; }
a { background-color: rgb(35,61,172); }
div.DivClassName
{
background-color: #233DAC;
}
.BgClassName
{
background-color: #233DAC;
}
</style>
border-color css
<style>
span { border-color: #233DAC; }
span { border-color: rgb(35,61,172); }
td.TdClassName
{
border-color: #233DAC;
}
.TagClassName
{
border-color: #233DAC;
}
</style>