Shades of Persian Blue #233DBF
Tints of Persian Blue #233DBF
RGB
CMYK
RGB Variations
Color information
#233DBF (or 0x233DBF) is known color: Persian Blue. HEX triplet: 23, 3D and BF. RGB value is (35,61,191). Sum of RGB (Red+Green+Blue) = 35+61+191=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #233DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DBF is #DCC240. Grayscale: #434343. Windows color (decimal): -14467649 or 12533027. OLE color: 12533027.
HSL color Cylindrical-coordinate representation of color #233DBF: hue angle of 230º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #233DBF is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 61 | 191 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.25 |
| HSL | 230º | 0.69% | 0.44% | - |
| HSV(B) | 230º | 0.82% | 0.75% | - |
| XYZ | 11.77 | 7.46 | 50.11 | - |
| YUV | 68.05 | 197.39 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 191 | 0.82 | 0.68 | 0 | 0.25 | 230 | 0.69 | 0.44 |
| Hex | 23 | 3D | BF | 52 | 44 | 0 | 19 | E6 | 45 | 2C |
| Octal | 43 | 75 | 277 | 122 | 104 | 0 | 31 | 346 | 105 | 54 |
| Binary | 100011 | 111101 | 10111111 | 1010010 | 1000100 | 0 | 11001 | 11100110 | 1000101 | 101100 |
Color Harmonies of #233DBF
Complementary color
Monochromatic Colors of #233DBF
Black with #233DBF
Text Example
Text Example
White with #233DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DBF; }
p { color: rgb(35,61,191); }
H1.HeaderClassName
{
color: #233DBF;
}
.AnyTagClassName
{
color: #233DBF;
}
</style>
background-color css
<style>
a { background-color: #233DBF; }
a { background-color: rgb(35,61,191); }
div.DivClassName
{
background-color: #233DBF;
}
.BgClassName
{
background-color: #233DBF;
}
</style>
border-color css
<style>
span { border-color: #233DBF; }
span { border-color: rgb(35,61,191); }
td.TdClassName
{
border-color: #233DBF;
}
.TagClassName
{
border-color: #233DBF;
}
</style>