Shades of Persian Blue #2338E6
Tints of Persian Blue #2338E6
RGB
CMYK
RGB Variations
Color information
#2338E6 (or 0x2338E6) is known color: Persian Blue. HEX triplet: 23, 38 and E6. RGB value is (35,56,230). Sum of RGB (Red+Green+Blue) = 35+56+230=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 230 (90.23% from 255 or 71.65% from 321); Max value from RGB is 230 - color contains mainly: blue. Hex color #2338E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2338E6 is #DCC719. Grayscale: #444444. Windows color (decimal): -14468890 or 15087651. OLE color: 15087651.
HSL color Cylindrical-coordinate representation of color #2338E6: hue angle of 233.54º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2338E6 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 56 | 230 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.10 |
| HSL | 233.54º | 0.8% | 0.52% | - |
| HSV(B) | 233.54º | 0.85% | 0.9% | - |
| XYZ | 16.39 | 8.9 | 75.72 | - |
| YUV | 69.56 | 218.54 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 230 | 0.85 | 0.76 | 0 | 0.10 | 233.54 | 0.8 | 0.52 |
| Hex | 23 | 38 | E6 | 55 | 4C | 0 | A | EA | 50 | 34 |
| Octal | 43 | 70 | 346 | 125 | 114 | 0 | 12 | 352 | 120 | 64 |
| Binary | 100011 | 111000 | 11100110 | 1010101 | 1001100 | 0 | 1010 | 11101010 | 1010000 | 110100 |
Color Harmonies of #2338E6
Complementary color
Monochromatic Colors of #2338E6
Black with #2338E6
Text Example
Text Example
White with #2338E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2338E6; }
p { color: rgb(35,56,230); }
H1.HeaderClassName
{
color: #2338E6;
}
.AnyTagClassName
{
color: #2338E6;
}
</style>
background-color css
<style>
a { background-color: #2338E6; }
a { background-color: rgb(35,56,230); }
div.DivClassName
{
background-color: #2338E6;
}
.BgClassName
{
background-color: #2338E6;
}
</style>
border-color css
<style>
span { border-color: #2338E6; }
span { border-color: rgb(35,56,230); }
td.TdClassName
{
border-color: #2338E6;
}
.TagClassName
{
border-color: #2338E6;
}
</style>