Shades of Persian Blue #2338CE
Tints of Persian Blue #2338CE
RGB
CMYK
RGB Variations
Color information
#2338CE (or 0x2338CE) is known color: Persian Blue. HEX triplet: 23, 38 and CE. RGB value is (35,56,206). Sum of RGB (Red+Green+Blue) = 35+56+206=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #2338CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2338CE is #DCC731. Grayscale: #424242. Windows color (decimal): -14468914 or 13514787. OLE color: 13514787.
HSL color Cylindrical-coordinate representation of color #2338CE: hue angle of 232.63º 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 #2338CE is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 56 | 206 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.19 |
| HSL | 232.63º | 0.71% | 0.47% | - |
| HSV(B) | 232.63º | 0.83% | 0.81% | - |
| XYZ | 13.25 | 7.64 | 59.17 | - |
| YUV | 66.82 | 206.54 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 206 | 0.83 | 0.73 | 0 | 0.19 | 232.63 | 0.71 | 0.47 |
| Hex | 23 | 38 | CE | 53 | 49 | 0 | 13 | E9 | 47 | 2F |
| Octal | 43 | 70 | 316 | 123 | 111 | 0 | 23 | 351 | 107 | 57 |
| Binary | 100011 | 111000 | 11001110 | 1010011 | 1001001 | 0 | 10011 | 11101001 | 1000111 | 101111 |
Color Harmonies of #2338CE
Complementary color
Monochromatic Colors of #2338CE
Black with #2338CE
Text Example
Text Example
White with #2338CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2338CE; }
p { color: rgb(35,56,206); }
H1.HeaderClassName
{
color: #2338CE;
}
.AnyTagClassName
{
color: #2338CE;
}
</style>
background-color css
<style>
a { background-color: #2338CE; }
a { background-color: rgb(35,56,206); }
div.DivClassName
{
background-color: #2338CE;
}
.BgClassName
{
background-color: #2338CE;
}
</style>
border-color css
<style>
span { border-color: #2338CE; }
span { border-color: rgb(35,56,206); }
td.TdClassName
{
border-color: #2338CE;
}
.TagClassName
{
border-color: #2338CE;
}
</style>