Shades of Persian Blue #2338CF
Tints of Persian Blue #2338CF
RGB
CMYK
RGB Variations
Color information
#2338CF (or 0x2338CF) is known color: Persian Blue. HEX triplet: 23, 38 and CF. RGB value is (35,56,207). Sum of RGB (Red+Green+Blue) = 35+56+207=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #2338CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2338CF is #DCC730. Grayscale: #424242. Windows color (decimal): -14468913 or 13580323. OLE color: 13580323.
HSL color Cylindrical-coordinate representation of color #2338CF: hue angle of 232.67º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2338CF is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 56 | 207 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.19 |
| HSL | 232.67º | 0.71% | 0.47% | - |
| HSV(B) | 232.67º | 0.83% | 0.81% | - |
| XYZ | 13.37 | 7.69 | 59.81 | - |
| YUV | 66.94 | 207.04 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 207 | 0.83 | 0.73 | 0 | 0.19 | 232.67 | 0.71 | 0.47 |
| Hex | 23 | 38 | CF | 53 | 49 | 0 | 13 | E9 | 47 | 2F |
| Octal | 43 | 70 | 317 | 123 | 111 | 0 | 23 | 351 | 107 | 57 |
| Binary | 100011 | 111000 | 11001111 | 1010011 | 1001001 | 0 | 10011 | 11101001 | 1000111 | 101111 |
Color Harmonies of #2338CF
Complementary color
Monochromatic Colors of #2338CF
Black with #2338CF
Text Example
Text Example
White with #2338CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2338CF; }
p { color: rgb(35,56,207); }
H1.HeaderClassName
{
color: #2338CF;
}
.AnyTagClassName
{
color: #2338CF;
}
</style>
background-color css
<style>
a { background-color: #2338CF; }
a { background-color: rgb(35,56,207); }
div.DivClassName
{
background-color: #2338CF;
}
.BgClassName
{
background-color: #2338CF;
}
</style>
border-color css
<style>
span { border-color: #2338CF; }
span { border-color: rgb(35,56,207); }
td.TdClassName
{
border-color: #2338CF;
}
.TagClassName
{
border-color: #2338CF;
}
</style>