Shades of Eastern Blue #03758F
Tints of Eastern Blue #03758F
RGB
CMYK
RGB Variations
Color information
#03758F (or 0x03758F) is known color: Eastern Blue. HEX triplet: 03, 75 and 8F. RGB value is (3,117,143). Sum of RGB (Red+Green+Blue) = 3+117+143=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #03758F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03758F is #FC8A70. Grayscale: #555555. Windows color (decimal): -16550513 or 9401603. OLE color: 9401603.
HSL color Cylindrical-coordinate representation of color #03758F: hue angle of 191.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03758F is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 117 | 143 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.44 |
| HSL | 191.14º | 0.96% | 0.29% | - |
| HSV(B) | 191.14º | 0.98% | 0.56% | - |
| XYZ | 11.36 | 14.73 | 28.23 | - |
| YUV | 85.88 | 160.23 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 143 | 0.98 | 0.18 | 0 | 0.44 | 191.14 | 0.96 | 0.29 |
| Hex | 3 | 75 | 8F | 62 | 12 | 0 | 2C | BF | 60 | 1D |
| Octal | 3 | 165 | 217 | 142 | 22 | 0 | 54 | 277 | 140 | 35 |
| Binary | 11 | 1110101 | 10001111 | 1100010 | 10010 | 0 | 101100 | 10111111 | 1100000 | 11101 |
Color Harmonies of #03758F
Complementary color
Monochromatic Colors of #03758F
Black with #03758F
Text Example
Text Example
White with #03758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03758F; }
p { color: rgb(3,117,143); }
H1.HeaderClassName
{
color: #03758F;
}
.AnyTagClassName
{
color: #03758F;
}
</style>
background-color css
<style>
a { background-color: #03758F; }
a { background-color: rgb(3,117,143); }
div.DivClassName
{
background-color: #03758F;
}
.BgClassName
{
background-color: #03758F;
}
</style>
border-color css
<style>
span { border-color: #03758F; }
span { border-color: rgb(3,117,143); }
td.TdClassName
{
border-color: #03758F;
}
.TagClassName
{
border-color: #03758F;
}
</style>