Shades of Persian Blue #0438CB
Tints of Persian Blue #0438CB
RGB
CMYK
RGB Variations
Color information
#0438CB (or 0x0438CB) is known color: Persian Blue. HEX triplet: 04, 38 and CB. RGB value is (4,56,203). Sum of RGB (Red+Green+Blue) = 4+56+203=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #0438CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0438CB is #FBC734. Grayscale: #383838. Windows color (decimal): -16500533 or 13318148. OLE color: 13318148.
HSL color Cylindrical-coordinate representation of color #0438CB: hue angle of 224.32º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0438CB is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 56 | 203 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.20 |
| HSL | 224.32º | 0.96% | 0.41% | - |
| HSV(B) | 224.32º | 0.98% | 0.8% | - |
| XYZ | 12.24 | 7.17 | 57.24 | - |
| YUV | 57.21 | 210.27 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 203 | 0.98 | 0.72 | 0 | 0.20 | 224.32 | 0.96 | 0.41 |
| Hex | 4 | 38 | CB | 62 | 48 | 0 | 14 | E0 | 60 | 29 |
| Octal | 4 | 70 | 313 | 142 | 110 | 0 | 24 | 340 | 140 | 51 |
| Binary | 100 | 111000 | 11001011 | 1100010 | 1001000 | 0 | 10100 | 11100000 | 1100000 | 101001 |
Color Harmonies of #0438CB
Complementary color
Monochromatic Colors of #0438CB
Black with #0438CB
Text Example
Text Example
White with #0438CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0438CB; }
p { color: rgb(4,56,203); }
H1.HeaderClassName
{
color: #0438CB;
}
.AnyTagClassName
{
color: #0438CB;
}
</style>
background-color css
<style>
a { background-color: #0438CB; }
a { background-color: rgb(4,56,203); }
div.DivClassName
{
background-color: #0438CB;
}
.BgClassName
{
background-color: #0438CB;
}
</style>
border-color css
<style>
span { border-color: #0438CB; }
span { border-color: rgb(4,56,203); }
td.TdClassName
{
border-color: #0438CB;
}
.TagClassName
{
border-color: #0438CB;
}
</style>