Shades of Persian Blue #2A3BCF
Tints of Persian Blue #2A3BCF
RGB
CMYK
RGB Variations
Color information
#2A3BCF (or 0x2A3BCF) is known color: Persian Blue. HEX triplet: 2A, 3B and CF. RGB value is (42,59,207). Sum of RGB (Red+Green+Blue) = 42+59+207=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #2A3BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3BCF is #D5C430. Grayscale: #464646. Windows color (decimal): -14009393 or 13581098. OLE color: 13581098.
HSL color Cylindrical-coordinate representation of color #2A3BCF: hue angle of 233.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A3BCF is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 59 | 207 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.19 |
| HSL | 233.82º | 0.66% | 0.49% | - |
| HSV(B) | 233.82º | 0.8% | 0.81% | - |
| XYZ | 13.78 | 8.13 | 59.87 | - |
| YUV | 70.79 | 204.87 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 59 | 207 | 0.80 | 0.71 | 0 | 0.19 | 233.82 | 0.66 | 0.49 |
| Hex | 2A | 3B | CF | 50 | 47 | 0 | 13 | EA | 42 | 31 |
| Octal | 52 | 73 | 317 | 120 | 107 | 0 | 23 | 352 | 102 | 61 |
| Binary | 101010 | 111011 | 11001111 | 1010000 | 1000111 | 0 | 10011 | 11101010 | 1000010 | 110001 |
Color Harmonies of #2A3BCF
Complementary color
Monochromatic Colors of #2A3BCF
Black with #2A3BCF
Text Example
Text Example
White with #2A3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3BCF; }
p { color: rgb(42,59,207); }
H1.HeaderClassName
{
color: #2A3BCF;
}
.AnyTagClassName
{
color: #2A3BCF;
}
</style>
background-color css
<style>
a { background-color: #2A3BCF; }
a { background-color: rgb(42,59,207); }
div.DivClassName
{
background-color: #2A3BCF;
}
.BgClassName
{
background-color: #2A3BCF;
}
</style>
border-color css
<style>
span { border-color: #2A3BCF; }
span { border-color: rgb(42,59,207); }
td.TdClassName
{
border-color: #2A3BCF;
}
.TagClassName
{
border-color: #2A3BCF;
}
</style>