Shades of Curious Blue #438DCD
Tints of Curious Blue #438DCD
RGB
CMYK
RGB Variations
Color information
#438DCD (or 0x438DCD) is known color: Curious Blue. HEX triplet: 43, 8D and CD. RGB value is (67,141,205). Sum of RGB (Red+Green+Blue) = 67+141+205=413 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.22% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #438DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DCD is #BC7232. Grayscale: #7D7D7D. Windows color (decimal): -12350003 or 13471043. OLE color: 13471043.
HSL color Cylindrical-coordinate representation of color #438DCD: hue angle of 207.83º 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 #438DCD is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 141 | 205 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.20 |
| HSL | 207.83º | 0.58% | 0.53% | - |
| HSV(B) | 207.83º | 0.67% | 0.8% | - |
| XYZ | 22.86 | 24.65 | 61.31 | - |
| YUV | 126.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 205 | 0.67 | 0.31 | 0 | 0.20 | 207.83 | 0.58 | 0.53 |
| Hex | 43 | 8D | CD | 43 | 1F | 0 | 14 | D0 | 3A | 35 |
| Octal | 103 | 215 | 315 | 103 | 37 | 0 | 24 | 320 | 72 | 65 |
| Binary | 1000011 | 10001101 | 11001101 | 1000011 | 11111 | 0 | 10100 | 11010000 | 111010 | 110101 |
Color Harmonies of #438DCD
Complementary color
Monochromatic Colors of #438DCD
Black with #438DCD
Text Example
Text Example
White with #438DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438DCD; }
p { color: rgb(67,141,205); }
H1.HeaderClassName
{
color: #438DCD;
}
.AnyTagClassName
{
color: #438DCD;
}
</style>
background-color css
<style>
a { background-color: #438DCD; }
a { background-color: rgb(67,141,205); }
div.DivClassName
{
background-color: #438DCD;
}
.BgClassName
{
background-color: #438DCD;
}
</style>
border-color css
<style>
span { border-color: #438DCD; }
span { border-color: rgb(67,141,205); }
td.TdClassName
{
border-color: #438DCD;
}
.TagClassName
{
border-color: #438DCD;
}
</style>