Shades of Persian Blue #2C3FAA
Tints of Persian Blue #2C3FAA
RGB
CMYK
RGB Variations
Color information
#2C3FAA (or 0x2C3FAA) is known color: Persian Blue. HEX triplet: 2C, 3F and AA. RGB value is (44,63,170). Sum of RGB (Red+Green+Blue) = 44+63+170=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C3FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3FAA is #D3C055. Grayscale: #454545. Windows color (decimal): -13877334 or 11157292. OLE color: 11157292.
HSL color Cylindrical-coordinate representation of color #2C3FAA: hue angle of 230.95º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C3FAA is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 63 | 170 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.33 |
| HSL | 230.95º | 0.59% | 0.42% | - |
| HSV(B) | 230.95º | 0.74% | 0.67% | - |
| XYZ | 10.07 | 6.99 | 38.85 | - |
| YUV | 69.52 | 184.71 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 63 | 170 | 0.74 | 0.63 | 0 | 0.33 | 230.95 | 0.59 | 0.42 |
| Hex | 2C | 3F | AA | 4A | 3F | 0 | 21 | E7 | 3B | 2A |
| Octal | 54 | 77 | 252 | 112 | 77 | 0 | 41 | 347 | 73 | 52 |
| Binary | 101100 | 111111 | 10101010 | 1001010 | 111111 | 0 | 100001 | 11100111 | 111011 | 101010 |
Color Harmonies of #2C3FAA
Complementary color
Monochromatic Colors of #2C3FAA
Black with #2C3FAA
Text Example
Text Example
White with #2C3FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3FAA; }
p { color: rgb(44,63,170); }
H1.HeaderClassName
{
color: #2C3FAA;
}
.AnyTagClassName
{
color: #2C3FAA;
}
</style>
background-color css
<style>
a { background-color: #2C3FAA; }
a { background-color: rgb(44,63,170); }
div.DivClassName
{
background-color: #2C3FAA;
}
.BgClassName
{
background-color: #2C3FAA;
}
</style>
border-color css
<style>
span { border-color: #2C3FAA; }
span { border-color: rgb(44,63,170); }
td.TdClassName
{
border-color: #2C3FAA;
}
.TagClassName
{
border-color: #2C3FAA;
}
</style>