Shades of Curious Blue #438BD0
Tints of Curious Blue #438BD0
RGB
CMYK
RGB Variations
Color information
#438BD0 (or 0x438BD0) is known color: Curious Blue. HEX triplet: 43, 8B and D0. RGB value is (67,139,208). Sum of RGB (Red+Green+Blue) = 67+139+208=414 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.18% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #438BD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BD0 is #BC742F. Grayscale: #7C7C7C. Windows color (decimal): -12350512 or 13667139. OLE color: 13667139.
HSL color Cylindrical-coordinate representation of color #438BD0: hue angle of 209.36º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #438BD0 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 139 | 208 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.18 |
| HSL | 209.36º | 0.6% | 0.54% | - |
| HSV(B) | 209.36º | 0.68% | 0.82% | - |
| XYZ | 22.93 | 24.21 | 63.14 | - |
| YUV | 125.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 208 | 0.68 | 0.33 | 0 | 0.18 | 209.36 | 0.6 | 0.54 |
| Hex | 43 | 8B | D0 | 44 | 21 | 0 | 12 | D1 | 3C | 36 |
| Octal | 103 | 213 | 320 | 104 | 41 | 0 | 22 | 321 | 74 | 66 |
| Binary | 1000011 | 10001011 | 11010000 | 1000100 | 100001 | 0 | 10010 | 11010001 | 111100 | 110110 |
Color Harmonies of #438BD0
Complementary color
Monochromatic Colors of #438BD0
Black with #438BD0
Text Example
Text Example
White with #438BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438BD0; }
p { color: rgb(67,139,208); }
H1.HeaderClassName
{
color: #438BD0;
}
.AnyTagClassName
{
color: #438BD0;
}
</style>
background-color css
<style>
a { background-color: #438BD0; }
a { background-color: rgb(67,139,208); }
div.DivClassName
{
background-color: #438BD0;
}
.BgClassName
{
background-color: #438BD0;
}
</style>
border-color css
<style>
span { border-color: #438BD0; }
span { border-color: rgb(67,139,208); }
td.TdClassName
{
border-color: #438BD0;
}
.TagClassName
{
border-color: #438BD0;
}
</style>