Shades of Persian Blue #2338D4
Tints of Persian Blue #2338D4
RGB
CMYK
RGB Variations
Color information
#2338D4 (or 0x2338D4) is known color: Persian Blue. HEX triplet: 23, 38 and D4. RGB value is (35,56,212). Sum of RGB (Red+Green+Blue) = 35+56+212=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 212 (83.20% from 255 or 69.97% from 303); Max value from RGB is 212 - color contains mainly: blue. Hex color #2338D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2338D4 is #DCC72B. Grayscale: #424242. Windows color (decimal): -14468908 or 13908003. OLE color: 13908003.
HSL color Cylindrical-coordinate representation of color #2338D4: hue angle of 232.88º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2338D4 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 56 | 212 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.17 |
| HSL | 232.88º | 0.72% | 0.48% | - |
| HSV(B) | 232.88º | 0.83% | 0.83% | - |
| XYZ | 13.99 | 7.94 | 63.08 | - |
| YUV | 67.51 | 209.54 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 212 | 0.83 | 0.74 | 0 | 0.17 | 232.88 | 0.72 | 0.48 |
| Hex | 23 | 38 | D4 | 53 | 4A | 0 | 11 | E9 | 48 | 30 |
| Octal | 43 | 70 | 324 | 123 | 112 | 0 | 21 | 351 | 110 | 60 |
| Binary | 100011 | 111000 | 11010100 | 1010011 | 1001010 | 0 | 10001 | 11101001 | 1001000 | 110000 |
Color Harmonies of #2338D4
Complementary color
Monochromatic Colors of #2338D4
Black with #2338D4
Text Example
Text Example
White with #2338D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2338D4; }
p { color: rgb(35,56,212); }
H1.HeaderClassName
{
color: #2338D4;
}
.AnyTagClassName
{
color: #2338D4;
}
</style>
background-color css
<style>
a { background-color: #2338D4; }
a { background-color: rgb(35,56,212); }
div.DivClassName
{
background-color: #2338D4;
}
.BgClassName
{
background-color: #2338D4;
}
</style>
border-color css
<style>
span { border-color: #2338D4; }
span { border-color: rgb(35,56,212); }
td.TdClassName
{
border-color: #2338D4;
}
.TagClassName
{
border-color: #2338D4;
}
</style>