Shades of Prussian Blue #033B5C
Tints of Prussian Blue #033B5C
RGB
CMYK
RGB Variations
Color information
#033B5C (or 0x033B5C) is known color: Prussian Blue. HEX triplet: 03, 3B and 5C. RGB value is (3,59,92). Sum of RGB (Red+Green+Blue) = 3+59+92=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #033B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B5C is #FCC4A3. Grayscale: #2D2D2D. Windows color (decimal): -16565412 or 6044419. OLE color: 6044419.
HSL color Cylindrical-coordinate representation of color #033B5C: hue angle of 202.25º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033B5C is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 59 | 92 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.64 |
| HSL | 202.25º | 0.94% | 0.19% | - |
| HSV(B) | 202.25º | 0.97% | 0.36% | - |
| XYZ | 3.53 | 3.92 | 10.7 | - |
| YUV | 46.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 92 | 0.97 | 0.36 | 0 | 0.64 | 202.25 | 0.94 | 0.19 |
| Hex | 3 | 3B | 5C | 61 | 24 | 0 | 40 | CA | 5E | 13 |
| Octal | 3 | 73 | 134 | 141 | 44 | 0 | 100 | 312 | 136 | 23 |
| Binary | 11 | 111011 | 1011100 | 1100001 | 100100 | 0 | 1000000 | 11001010 | 1011110 | 10011 |
Color Harmonies of #033B5C
Complementary color
Monochromatic Colors of #033B5C
Black with #033B5C
Text Example
Text Example
White with #033B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033B5C; }
p { color: rgb(3,59,92); }
H1.HeaderClassName
{
color: #033B5C;
}
.AnyTagClassName
{
color: #033B5C;
}
</style>
background-color css
<style>
a { background-color: #033B5C; }
a { background-color: rgb(3,59,92); }
div.DivClassName
{
background-color: #033B5C;
}
.BgClassName
{
background-color: #033B5C;
}
</style>
border-color css
<style>
span { border-color: #033B5C; }
span { border-color: rgb(3,59,92); }
td.TdClassName
{
border-color: #033B5C;
}
.TagClassName
{
border-color: #033B5C;
}
</style>