Shades of Curious Blue #438FCD
Tints of Curious Blue #438FCD
RGB
CMYK
RGB Variations
Color information
#438FCD (or 0x438FCD) is known color: Curious Blue. HEX triplet: 43, 8F and CD. RGB value is (67,143,205). Sum of RGB (Red+Green+Blue) = 67+143+205=415 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.14% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #438FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FCD is #BC7032. Grayscale: #7F7F7F. Windows color (decimal): -12349491 or 13471555. OLE color: 13471555.
HSL color Cylindrical-coordinate representation of color #438FCD: hue angle of 206.96º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #438FCD is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 143 | 205 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.20 |
| HSL | 206.96º | 0.58% | 0.53% | - |
| HSV(B) | 206.96º | 0.67% | 0.8% | - |
| XYZ | 23.16 | 25.25 | 61.41 | - |
| YUV | 127.34 | 171.82 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 205 | 0.67 | 0.30 | 0 | 0.20 | 206.96 | 0.58 | 0.53 |
| Hex | 43 | 8F | CD | 43 | 1E | 0 | 14 | CF | 3A | 35 |
| Octal | 103 | 217 | 315 | 103 | 36 | 0 | 24 | 317 | 72 | 65 |
| Binary | 1000011 | 10001111 | 11001101 | 1000011 | 11110 | 0 | 10100 | 11001111 | 111010 | 110101 |
Color Harmonies of #438FCD
Complementary color
Monochromatic Colors of #438FCD
Black with #438FCD
Text Example
Text Example
White with #438FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438FCD; }
p { color: rgb(67,143,205); }
H1.HeaderClassName
{
color: #438FCD;
}
.AnyTagClassName
{
color: #438FCD;
}
</style>
background-color css
<style>
a { background-color: #438FCD; }
a { background-color: rgb(67,143,205); }
div.DivClassName
{
background-color: #438FCD;
}
.BgClassName
{
background-color: #438FCD;
}
</style>
border-color css
<style>
span { border-color: #438FCD; }
span { border-color: rgb(67,143,205); }
td.TdClassName
{
border-color: #438FCD;
}
.TagClassName
{
border-color: #438FCD;
}
</style>