Shades of Curious Blue #438BD1
Tints of Curious Blue #438BD1
RGB
CMYK
RGB Variations
Color information
#438BD1 (or 0x438BD1) is known color: Curious Blue. HEX triplet: 43, 8B and D1. RGB value is (67,139,209). Sum of RGB (Red+Green+Blue) = 67+139+209=415 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.14% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #438BD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BD1 is #BC742E. Grayscale: #7D7D7D. Windows color (decimal): -12350511 or 13732675. OLE color: 13732675.
HSL color Cylindrical-coordinate representation of color #438BD1: hue angle of 209.58º degrees, saturation: 0.61, 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 #438BD1 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 139 | 209 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.18 |
| HSL | 209.58º | 0.61% | 0.54% | - |
| HSV(B) | 209.58º | 0.68% | 0.82% | - |
| XYZ | 23.06 | 24.26 | 63.79 | - |
| YUV | 125.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 209 | 0.68 | 0.33 | 0 | 0.18 | 209.58 | 0.61 | 0.54 |
| Hex | 43 | 8B | D1 | 44 | 21 | 0 | 12 | D2 | 3D | 36 |
| Octal | 103 | 213 | 321 | 104 | 41 | 0 | 22 | 322 | 75 | 66 |
| Binary | 1000011 | 10001011 | 11010001 | 1000100 | 100001 | 0 | 10010 | 11010010 | 111101 | 110110 |
Color Harmonies of #438BD1
Complementary color
Monochromatic Colors of #438BD1
Black with #438BD1
Text Example
Text Example
White with #438BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438BD1; }
p { color: rgb(67,139,209); }
H1.HeaderClassName
{
color: #438BD1;
}
.AnyTagClassName
{
color: #438BD1;
}
</style>
background-color css
<style>
a { background-color: #438BD1; }
a { background-color: rgb(67,139,209); }
div.DivClassName
{
background-color: #438BD1;
}
.BgClassName
{
background-color: #438BD1;
}
</style>
border-color css
<style>
span { border-color: #438BD1; }
span { border-color: rgb(67,139,209); }
td.TdClassName
{
border-color: #438BD1;
}
.TagClassName
{
border-color: #438BD1;
}
</style>