Shades of Persian Blue #233DB4
Tints of Persian Blue #233DB4
RGB
CMYK
RGB Variations
Color information
#233DB4 (or 0x233DB4) is known color: Persian Blue. HEX triplet: 23, 3D and B4. RGB value is (35,61,180). Sum of RGB (Red+Green+Blue) = 35+61+180=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 180 (70.70% from 255 or 65.22% from 276); Max value from RGB is 180 - color contains mainly: blue. Hex color #233DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DB4 is #DCC24B. Grayscale: #424242. Windows color (decimal): -14467660 or 11812131. OLE color: 11812131.
HSL color Cylindrical-coordinate representation of color #233DB4: hue angle of 229.24º 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 #233DB4 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 61 | 180 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.29 |
| HSL | 229.24º | 0.67% | 0.42% | - |
| HSV(B) | 229.24º | 0.81% | 0.71% | - |
| XYZ | 10.6 | 6.99 | 43.97 | - |
| YUV | 66.79 | 191.89 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 180 | 0.81 | 0.66 | 0 | 0.29 | 229.24 | 0.67 | 0.42 |
| Hex | 23 | 3D | B4 | 51 | 42 | 0 | 1D | E5 | 43 | 2A |
| Octal | 43 | 75 | 264 | 121 | 102 | 0 | 35 | 345 | 103 | 52 |
| Binary | 100011 | 111101 | 10110100 | 1010001 | 1000010 | 0 | 11101 | 11100101 | 1000011 | 101010 |
Color Harmonies of #233DB4
Complementary color
Monochromatic Colors of #233DB4
Black with #233DB4
Text Example
Text Example
White with #233DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DB4; }
p { color: rgb(35,61,180); }
H1.HeaderClassName
{
color: #233DB4;
}
.AnyTagClassName
{
color: #233DB4;
}
</style>
background-color css
<style>
a { background-color: #233DB4; }
a { background-color: rgb(35,61,180); }
div.DivClassName
{
background-color: #233DB4;
}
.BgClassName
{
background-color: #233DB4;
}
</style>
border-color css
<style>
span { border-color: #233DB4; }
span { border-color: rgb(35,61,180); }
td.TdClassName
{
border-color: #233DB4;
}
.TagClassName
{
border-color: #233DB4;
}
</style>