Shades of Persian Blue #2334C8
Tints of Persian Blue #2334C8
RGB
CMYK
RGB Variations
Color information
#2334C8 (or 0x2334C8) is known color: Persian Blue. HEX triplet: 23, 34 and C8. RGB value is (35,52,200). Sum of RGB (Red+Green+Blue) = 35+52+200=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 200 (78.52% from 255 or 69.69% from 287); Max value from RGB is 200 - color contains mainly: blue. Hex color #2334C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334C8 is #DCCB37. Grayscale: #3F3F3F. Windows color (decimal): -14469944 or 13120547. OLE color: 13120547.
HSL color Cylindrical-coordinate representation of color #2334C8: hue angle of 233.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2334C8 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 52 | 200 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.22 |
| HSL | 233.82º | 0.7% | 0.46% | - |
| HSV(B) | 233.82º | 0.83% | 0.78% | - |
| XYZ | 12.35 | 6.98 | 55.34 | - |
| YUV | 63.79 | 204.87 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 200 | 0.82 | 0.74 | 0 | 0.22 | 233.82 | 0.7 | 0.46 |
| Hex | 23 | 34 | C8 | 52 | 4A | 0 | 16 | EA | 46 | 2E |
| Octal | 43 | 64 | 310 | 122 | 112 | 0 | 26 | 352 | 106 | 56 |
| Binary | 100011 | 110100 | 11001000 | 1010010 | 1001010 | 0 | 10110 | 11101010 | 1000110 | 101110 |
Color Harmonies of #2334C8
Complementary color
Monochromatic Colors of #2334C8
Black with #2334C8
Text Example
Text Example
White with #2334C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2334C8; }
p { color: rgb(35,52,200); }
H1.HeaderClassName
{
color: #2334C8;
}
.AnyTagClassName
{
color: #2334C8;
}
</style>
background-color css
<style>
a { background-color: #2334C8; }
a { background-color: rgb(35,52,200); }
div.DivClassName
{
background-color: #2334C8;
}
.BgClassName
{
background-color: #2334C8;
}
</style>
border-color css
<style>
span { border-color: #2334C8; }
span { border-color: rgb(35,52,200); }
td.TdClassName
{
border-color: #2334C8;
}
.TagClassName
{
border-color: #2334C8;
}
</style>