Shades of Persian Blue #233AB4
Tints of Persian Blue #233AB4
RGB
CMYK
RGB Variations
Color information
#233AB4 (or 0x233AB4) is known color: Persian Blue. HEX triplet: 23, 3A and B4. RGB value is (35,58,180). Sum of RGB (Red+Green+Blue) = 35+58+180=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 180 (70.70% from 255 or 65.93% from 273); Max value from RGB is 180 - color contains mainly: blue. Hex color #233AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233AB4 is #DCC54B. Grayscale: #404040. Windows color (decimal): -14468428 or 11811363. OLE color: 11811363.
HSL color Cylindrical-coordinate representation of color #233AB4: hue angle of 230.48º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233AB4 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 58 | 180 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.29 |
| HSL | 230.48º | 0.67% | 0.42% | - |
| HSV(B) | 230.48º | 0.81% | 0.71% | - |
| XYZ | 10.44 | 6.68 | 43.92 | - |
| YUV | 65.03 | 192.88 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 180 | 0.81 | 0.68 | 0 | 0.29 | 230.48 | 0.67 | 0.42 |
| Hex | 23 | 3A | B4 | 51 | 44 | 0 | 1D | E6 | 43 | 2A |
| Octal | 43 | 72 | 264 | 121 | 104 | 0 | 35 | 346 | 103 | 52 |
| Binary | 100011 | 111010 | 10110100 | 1010001 | 1000100 | 0 | 11101 | 11100110 | 1000011 | 101010 |
Color Harmonies of #233AB4
Complementary color
Monochromatic Colors of #233AB4
Black with #233AB4
Text Example
Text Example
White with #233AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233AB4; }
p { color: rgb(35,58,180); }
H1.HeaderClassName
{
color: #233AB4;
}
.AnyTagClassName
{
color: #233AB4;
}
</style>
background-color css
<style>
a { background-color: #233AB4; }
a { background-color: rgb(35,58,180); }
div.DivClassName
{
background-color: #233AB4;
}
.BgClassName
{
background-color: #233AB4;
}
</style>
border-color css
<style>
span { border-color: #233AB4; }
span { border-color: rgb(35,58,180); }
td.TdClassName
{
border-color: #233AB4;
}
.TagClassName
{
border-color: #233AB4;
}
</style>