Shades of Curious Blue #438BCD
Tints of Curious Blue #438BCD
RGB
CMYK
RGB Variations
Color information
#438BCD (or 0x438BCD) is known color: Curious Blue. HEX triplet: 43, 8B and CD. RGB value is (67,139,205). Sum of RGB (Red+Green+Blue) = 67+139+205=411 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.30% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #438BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BCD is #BC7432. Grayscale: #7C7C7C. Windows color (decimal): -12350515 or 13470531. OLE color: 13470531.
HSL color Cylindrical-coordinate representation of color #438BCD: hue angle of 208.7º 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 #438BCD is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 139 | 205 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.20 |
| HSL | 208.7º | 0.58% | 0.53% | - |
| HSV(B) | 208.7º | 0.67% | 0.8% | - |
| XYZ | 22.57 | 24.07 | 61.21 | - |
| YUV | 125 | 173.15 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 205 | 0.67 | 0.32 | 0 | 0.20 | 208.7 | 0.58 | 0.53 |
| Hex | 43 | 8B | CD | 43 | 20 | 0 | 14 | D1 | 3A | 35 |
| Octal | 103 | 213 | 315 | 103 | 40 | 0 | 24 | 321 | 72 | 65 |
| Binary | 1000011 | 10001011 | 11001101 | 1000011 | 100000 | 0 | 10100 | 11010001 | 111010 | 110101 |
Color Harmonies of #438BCD
Complementary color
Monochromatic Colors of #438BCD
Black with #438BCD
Text Example
Text Example
White with #438BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438BCD; }
p { color: rgb(67,139,205); }
H1.HeaderClassName
{
color: #438BCD;
}
.AnyTagClassName
{
color: #438BCD;
}
</style>
background-color css
<style>
a { background-color: #438BCD; }
a { background-color: rgb(67,139,205); }
div.DivClassName
{
background-color: #438BCD;
}
.BgClassName
{
background-color: #438BCD;
}
</style>
border-color css
<style>
span { border-color: #438BCD; }
span { border-color: rgb(67,139,205); }
td.TdClassName
{
border-color: #438BCD;
}
.TagClassName
{
border-color: #438BCD;
}
</style>