Shades of Persian Blue #2334CC
Tints of Persian Blue #2334CC
RGB
CMYK
RGB Variations
Color information
#2334CC (or 0x2334CC) is known color: Persian Blue. HEX triplet: 23, 34 and CC. RGB value is (35,52,204). Sum of RGB (Red+Green+Blue) = 35+52+204=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #2334CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334CC is #DCCB33. Grayscale: #3F3F3F. Windows color (decimal): -14469940 or 13382691. OLE color: 13382691.
HSL color Cylindrical-coordinate representation of color #2334CC: hue angle of 233.96º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2334CC is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 52 | 204 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.2 |
| HSL | 233.96º | 0.71% | 0.47% | - |
| HSV(B) | 233.96º | 0.83% | 0.8% | - |
| XYZ | 12.82 | 7.17 | 57.84 | - |
| YUV | 64.25 | 206.87 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 204 | 0.83 | 0.75 | 0 | 0.2 | 233.96 | 0.71 | 0.47 |
| Hex | 23 | 34 | CC | 53 | 4B | 0 | 14 | EA | 47 | 2F |
| Octal | 43 | 64 | 314 | 123 | 113 | 0 | 24 | 352 | 107 | 57 |
| Binary | 100011 | 110100 | 11001100 | 1010011 | 1001011 | 0 | 10100 | 11101010 | 1000111 | 101111 |
Color Harmonies of #2334CC
Complementary color
Monochromatic Colors of #2334CC
Black with #2334CC
Text Example
Text Example
White with #2334CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2334CC; }
p { color: rgb(35,52,204); }
H1.HeaderClassName
{
color: #2334CC;
}
.AnyTagClassName
{
color: #2334CC;
}
</style>
background-color css
<style>
a { background-color: #2334CC; }
a { background-color: rgb(35,52,204); }
div.DivClassName
{
background-color: #2334CC;
}
.BgClassName
{
background-color: #2334CC;
}
</style>
border-color css
<style>
span { border-color: #2334CC; }
span { border-color: rgb(35,52,204); }
td.TdClassName
{
border-color: #2334CC;
}
.TagClassName
{
border-color: #2334CC;
}
</style>