Shades of Persian Blue #2334C4
Tints of Persian Blue #2334C4
RGB
CMYK
RGB Variations
Color information
#2334C4 (or 0x2334C4) is known color: Persian Blue. HEX triplet: 23, 34 and C4. RGB value is (35,52,196). Sum of RGB (Red+Green+Blue) = 35+52+196=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 196 (76.95% from 255 or 69.26% from 283); Max value from RGB is 196 - color contains mainly: blue. Hex color #2334C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334C4 is #DCCB3B. Grayscale: #3E3E3E. Windows color (decimal): -14469948 or 12858403. OLE color: 12858403.
HSL color Cylindrical-coordinate representation of color #2334C4: hue angle of 233.66º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2334C4 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 52 | 196 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.23 |
| HSL | 233.66º | 0.7% | 0.45% | - |
| HSV(B) | 233.66º | 0.82% | 0.77% | - |
| XYZ | 11.88 | 6.8 | 52.91 | - |
| YUV | 63.33 | 202.87 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 196 | 0.82 | 0.73 | 0 | 0.23 | 233.66 | 0.7 | 0.45 |
| Hex | 23 | 34 | C4 | 52 | 49 | 0 | 17 | EA | 46 | 2D |
| Octal | 43 | 64 | 304 | 122 | 111 | 0 | 27 | 352 | 106 | 55 |
| Binary | 100011 | 110100 | 11000100 | 1010010 | 1001001 | 0 | 10111 | 11101010 | 1000110 | 101101 |
Color Harmonies of #2334C4
Complementary color
Monochromatic Colors of #2334C4
Black with #2334C4
Text Example
Text Example
White with #2334C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2334C4; }
p { color: rgb(35,52,196); }
H1.HeaderClassName
{
color: #2334C4;
}
.AnyTagClassName
{
color: #2334C4;
}
</style>
background-color css
<style>
a { background-color: #2334C4; }
a { background-color: rgb(35,52,196); }
div.DivClassName
{
background-color: #2334C4;
}
.BgClassName
{
background-color: #2334C4;
}
</style>
border-color css
<style>
span { border-color: #2334C4; }
span { border-color: rgb(35,52,196); }
td.TdClassName
{
border-color: #2334C4;
}
.TagClassName
{
border-color: #2334C4;
}
</style>