Shades of Persian Blue #233DB0
Tints of Persian Blue #233DB0
RGB
CMYK
RGB Variations
Color information
#233DB0 (or 0x233DB0) is known color: Persian Blue. HEX triplet: 23, 3D and B0. RGB value is (35,61,176). Sum of RGB (Red+Green+Blue) = 35+61+176=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 176 (69.14% from 255 or 64.71% from 272); Max value from RGB is 176 - color contains mainly: blue. Hex color #233DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233DB0 is #DCC24F. Grayscale: #414141. Windows color (decimal): -14467664 or 11549987. OLE color: 11549987.
HSL color Cylindrical-coordinate representation of color #233DB0: hue angle of 228.94º 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 #233DB0 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 61 | 176 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.31 |
| HSL | 228.94º | 0.67% | 0.41% | - |
| HSV(B) | 228.94º | 0.8% | 0.69% | - |
| XYZ | 10.2 | 6.83 | 41.85 | - |
| YUV | 66.34 | 189.89 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 176 | 0.80 | 0.65 | 0 | 0.31 | 228.94 | 0.67 | 0.41 |
| Hex | 23 | 3D | B0 | 50 | 41 | 0 | 1F | E5 | 43 | 29 |
| Octal | 43 | 75 | 260 | 120 | 101 | 0 | 37 | 345 | 103 | 51 |
| Binary | 100011 | 111101 | 10110000 | 1010000 | 1000001 | 0 | 11111 | 11100101 | 1000011 | 101001 |
Color Harmonies of #233DB0
Complementary color
Monochromatic Colors of #233DB0
Black with #233DB0
Text Example
Text Example
White with #233DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DB0; }
p { color: rgb(35,61,176); }
H1.HeaderClassName
{
color: #233DB0;
}
.AnyTagClassName
{
color: #233DB0;
}
</style>
background-color css
<style>
a { background-color: #233DB0; }
a { background-color: rgb(35,61,176); }
div.DivClassName
{
background-color: #233DB0;
}
.BgClassName
{
background-color: #233DB0;
}
</style>
border-color css
<style>
span { border-color: #233DB0; }
span { border-color: rgb(35,61,176); }
td.TdClassName
{
border-color: #233DB0;
}
.TagClassName
{
border-color: #233DB0;
}
</style>