Shades of Persian Blue #0437C4
Tints of Persian Blue #0437C4
RGB
CMYK
RGB Variations
Color information
#0437C4 (or 0x0437C4) is known color: Persian Blue. HEX triplet: 04, 37 and C4. RGB value is (4,55,196). Sum of RGB (Red+Green+Blue) = 4+55+196=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 196 (76.95% from 255 or 76.86% from 255); Max value from RGB is 196 - color contains mainly: blue. Hex color #0437C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0437C4 is #FBC83B. Grayscale: #373737. Windows color (decimal): -16500796 or 12859140. OLE color: 12859140.
HSL color Cylindrical-coordinate representation of color #0437C4: hue angle of 224.06º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0437C4 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 55 | 196 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.23 |
| HSL | 224.06º | 0.96% | 0.39% | - |
| HSV(B) | 224.06º | 0.98% | 0.77% | - |
| XYZ | 11.38 | 6.74 | 52.93 | - |
| YUV | 55.83 | 207.1 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 55 | 196 | 0.98 | 0.72 | 0 | 0.23 | 224.06 | 0.96 | 0.39 |
| Hex | 4 | 37 | C4 | 62 | 48 | 0 | 17 | E0 | 60 | 27 |
| Octal | 4 | 67 | 304 | 142 | 110 | 0 | 27 | 340 | 140 | 47 |
| Binary | 100 | 110111 | 11000100 | 1100010 | 1001000 | 0 | 10111 | 11100000 | 1100000 | 100111 |
Color Harmonies of #0437C4
Complementary color
Monochromatic Colors of #0437C4
Black with #0437C4
Text Example
Text Example
White with #0437C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0437C4; }
p { color: rgb(4,55,196); }
H1.HeaderClassName
{
color: #0437C4;
}
.AnyTagClassName
{
color: #0437C4;
}
</style>
background-color css
<style>
a { background-color: #0437C4; }
a { background-color: rgb(4,55,196); }
div.DivClassName
{
background-color: #0437C4;
}
.BgClassName
{
background-color: #0437C4;
}
</style>
border-color css
<style>
span { border-color: #0437C4; }
span { border-color: rgb(4,55,196); }
td.TdClassName
{
border-color: #0437C4;
}
.TagClassName
{
border-color: #0437C4;
}
</style>