Shades of Persian Blue #2A33B6
Tints of Persian Blue #2A33B6
RGB
CMYK
RGB Variations
Color information
#2A33B6 (or 0x2A33B6) is known color: Persian Blue. HEX triplet: 2A, 33 and B6. RGB value is (42,51,182). Sum of RGB (Red+Green+Blue) = 42+51+182=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 182 (71.48% from 255 or 66.18% from 275); Max value from RGB is 182 - color contains mainly: blue. Hex color #2A33B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A33B6 is #D5CC49. Grayscale: #3E3E3E. Windows color (decimal): -14011466 or 11940650. OLE color: 11940650.
HSL color Cylindrical-coordinate representation of color #2A33B6: hue angle of 236.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A33B6 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 51 | 182 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.29 |
| HSL | 236.14º | 0.63% | 0.44% | - |
| HSV(B) | 236.14º | 0.77% | 0.71% | - |
| XYZ | 10.58 | 6.24 | 44.9 | - |
| YUV | 63.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 182 | 0.77 | 0.72 | 0 | 0.29 | 236.14 | 0.63 | 0.44 |
| Hex | 2A | 33 | B6 | 4D | 48 | 0 | 1D | EC | 3E | 2C |
| Octal | 52 | 63 | 266 | 115 | 110 | 0 | 35 | 354 | 76 | 54 |
| Binary | 101010 | 110011 | 10110110 | 1001101 | 1001000 | 0 | 11101 | 11101100 | 111110 | 101100 |
Color Harmonies of #2A33B6
Complementary color
Monochromatic Colors of #2A33B6
Black with #2A33B6
Text Example
Text Example
White with #2A33B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A33B6; }
p { color: rgb(42,51,182); }
H1.HeaderClassName
{
color: #2A33B6;
}
.AnyTagClassName
{
color: #2A33B6;
}
</style>
background-color css
<style>
a { background-color: #2A33B6; }
a { background-color: rgb(42,51,182); }
div.DivClassName
{
background-color: #2A33B6;
}
.BgClassName
{
background-color: #2A33B6;
}
</style>
border-color css
<style>
span { border-color: #2A33B6; }
span { border-color: rgb(42,51,182); }
td.TdClassName
{
border-color: #2A33B6;
}
.TagClassName
{
border-color: #2A33B6;
}
</style>