Shades of Persian Blue #2334DC
Tints of Persian Blue #2334DC
RGB
CMYK
RGB Variations
Color information
#2334DC (or 0x2334DC) is known color: Persian Blue. HEX triplet: 23, 34 and DC. RGB value is (35,52,220). Sum of RGB (Red+Green+Blue) = 35+52+220=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #2334DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334DC is #DCCB23. Grayscale: #414141. Windows color (decimal): -14469924 or 14431267. OLE color: 14431267.
HSL color Cylindrical-coordinate representation of color #2334DC: hue angle of 234.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2334DC is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 52 | 220 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.14 |
| HSL | 234.49º | 0.73% | 0.5% | - |
| HSV(B) | 234.49º | 0.84% | 0.86% | - |
| XYZ | 14.84 | 7.98 | 68.47 | - |
| YUV | 66.07 | 214.87 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 220 | 0.84 | 0.76 | 0 | 0.14 | 234.49 | 0.73 | 0.5 |
| Hex | 23 | 34 | DC | 54 | 4C | 0 | E | EA | 49 | 32 |
| Octal | 43 | 64 | 334 | 124 | 114 | 0 | 16 | 352 | 111 | 62 |
| Binary | 100011 | 110100 | 11011100 | 1010100 | 1001100 | 0 | 1110 | 11101010 | 1001001 | 110010 |
Color Harmonies of #2334DC
Complementary color
Monochromatic Colors of #2334DC
Black with #2334DC
Text Example
Text Example
White with #2334DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2334DC; }
p { color: rgb(35,52,220); }
H1.HeaderClassName
{
color: #2334DC;
}
.AnyTagClassName
{
color: #2334DC;
}
</style>
background-color css
<style>
a { background-color: #2334DC; }
a { background-color: rgb(35,52,220); }
div.DivClassName
{
background-color: #2334DC;
}
.BgClassName
{
background-color: #2334DC;
}
</style>
border-color css
<style>
span { border-color: #2334DC; }
span { border-color: rgb(35,52,220); }
td.TdClassName
{
border-color: #2334DC;
}
.TagClassName
{
border-color: #2334DC;
}
</style>