Shades of Persian Blue #0332CA
Tints of Persian Blue #0332CA
RGB
CMYK
RGB Variations
Color information
#0332CA (or 0x0332CA) is known color: Persian Blue. HEX triplet: 03, 32 and CA. RGB value is (3,50,202). Sum of RGB (Red+Green+Blue) = 3+50+202=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #0332CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0332CA is #FCCD35. Grayscale: #343434. Windows color (decimal): -16567606 or 13251075. OLE color: 13251075.
HSL color Cylindrical-coordinate representation of color #0332CA: hue angle of 225.83º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0332CA is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 50 | 202 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.21 |
| HSL | 225.83º | 0.97% | 0.4% | - |
| HSV(B) | 225.83º | 0.99% | 0.79% | - |
| XYZ | 11.84 | 6.56 | 56.52 | - |
| YUV | 53.28 | 211.93 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 202 | 0.99 | 0.75 | 0 | 0.21 | 225.83 | 0.97 | 0.4 |
| Hex | 3 | 32 | CA | 63 | 4B | 0 | 15 | E2 | 61 | 28 |
| Octal | 3 | 62 | 312 | 143 | 113 | 0 | 25 | 342 | 141 | 50 |
| Binary | 11 | 110010 | 11001010 | 1100011 | 1001011 | 0 | 10101 | 11100010 | 1100001 | 101000 |
Color Harmonies of #0332CA
Complementary color
Monochromatic Colors of #0332CA
Black with #0332CA
Text Example
Text Example
White with #0332CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0332CA; }
p { color: rgb(3,50,202); }
H1.HeaderClassName
{
color: #0332CA;
}
.AnyTagClassName
{
color: #0332CA;
}
</style>
background-color css
<style>
a { background-color: #0332CA; }
a { background-color: rgb(3,50,202); }
div.DivClassName
{
background-color: #0332CA;
}
.BgClassName
{
background-color: #0332CA;
}
</style>
border-color css
<style>
span { border-color: #0332CA; }
span { border-color: rgb(3,50,202); }
td.TdClassName
{
border-color: #0332CA;
}
.TagClassName
{
border-color: #0332CA;
}
</style>