Shades of Persian Blue #2334BC
Tints of Persian Blue #2334BC
RGB
CMYK
RGB Variations
Color information
#2334BC (or 0x2334BC) is known color: Persian Blue. HEX triplet: 23, 34 and BC. RGB value is (35,52,188). Sum of RGB (Red+Green+Blue) = 35+52+188=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #2334BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334BC is #DCCB43. Grayscale: #3D3D3D. Windows color (decimal): -14469956 or 12334115. OLE color: 12334115.
HSL color Cylindrical-coordinate representation of color #2334BC: hue angle of 233.33º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2334BC is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 52 | 188 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.26 |
| HSL | 233.33º | 0.69% | 0.44% | - |
| HSV(B) | 233.33º | 0.81% | 0.74% | - |
| XYZ | 11 | 6.44 | 48.24 | - |
| YUV | 62.42 | 198.87 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 188 | 0.81 | 0.72 | 0 | 0.26 | 233.33 | 0.69 | 0.44 |
| Hex | 23 | 34 | BC | 51 | 48 | 0 | 1A | E9 | 45 | 2C |
| Octal | 43 | 64 | 274 | 121 | 110 | 0 | 32 | 351 | 105 | 54 |
| Binary | 100011 | 110100 | 10111100 | 1010001 | 1001000 | 0 | 11010 | 11101001 | 1000101 | 101100 |
Color Harmonies of #2334BC
Complementary color
Monochromatic Colors of #2334BC
Black with #2334BC
Text Example
Text Example
White with #2334BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2334BC; }
p { color: rgb(35,52,188); }
H1.HeaderClassName
{
color: #2334BC;
}
.AnyTagClassName
{
color: #2334BC;
}
</style>
background-color css
<style>
a { background-color: #2334BC; }
a { background-color: rgb(35,52,188); }
div.DivClassName
{
background-color: #2334BC;
}
.BgClassName
{
background-color: #2334BC;
}
</style>
border-color css
<style>
span { border-color: #2334BC; }
span { border-color: rgb(35,52,188); }
td.TdClassName
{
border-color: #2334BC;
}
.TagClassName
{
border-color: #2334BC;
}
</style>