Shades of Curious Blue #438FC0
Tints of Curious Blue #438FC0
RGB
CMYK
RGB Variations
Color information
#438FC0 (or 0x438FC0) is known color: Curious Blue. HEX triplet: 43, 8F and C0. RGB value is (67,143,192). Sum of RGB (Red+Green+Blue) = 67+143+192=402 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.67% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #438FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FC0 is #BC703F. Grayscale: #7D7D7D. Windows color (decimal): -12349504 or 12619587. OLE color: 12619587.
HSL color Cylindrical-coordinate representation of color #438FC0: hue angle of 203.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #438FC0 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 143 | 192 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.25 |
| HSL | 203.52º | 0.5% | 0.51% | - |
| HSV(B) | 203.52º | 0.65% | 0.75% | - |
| XYZ | 21.65 | 24.64 | 53.48 | - |
| YUV | 125.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 192 | 0.65 | 0.26 | 0 | 0.25 | 203.52 | 0.5 | 0.51 |
| Hex | 43 | 8F | C0 | 41 | 1A | 0 | 19 | CC | 32 | 33 |
| Octal | 103 | 217 | 300 | 101 | 32 | 0 | 31 | 314 | 62 | 63 |
| Binary | 1000011 | 10001111 | 11000000 | 1000001 | 11010 | 0 | 11001 | 11001100 | 110010 | 110011 |
Color Harmonies of #438FC0
Complementary color
Monochromatic Colors of #438FC0
Black with #438FC0
Text Example
Text Example
White with #438FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438FC0; }
p { color: rgb(67,143,192); }
H1.HeaderClassName
{
color: #438FC0;
}
.AnyTagClassName
{
color: #438FC0;
}
</style>
background-color css
<style>
a { background-color: #438FC0; }
a { background-color: rgb(67,143,192); }
div.DivClassName
{
background-color: #438FC0;
}
.BgClassName
{
background-color: #438FC0;
}
</style>
border-color css
<style>
span { border-color: #438FC0; }
span { border-color: rgb(67,143,192); }
td.TdClassName
{
border-color: #438FC0;
}
.TagClassName
{
border-color: #438FC0;
}
</style>