Shades of Curious Blue #438BBD
Tints of Curious Blue #438BBD
RGB
CMYK
RGB Variations
Color information
#438BBD (or 0x438BBD) is known color: Curious Blue. HEX triplet: 43, 8B and BD. RGB value is (67,139,189). Sum of RGB (Red+Green+Blue) = 67+139+189=395 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.96% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #438BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BBD is #BC7442. Grayscale: #7A7A7A. Windows color (decimal): -12350531 or 12421955. OLE color: 12421955.
HSL color Cylindrical-coordinate representation of color #438BBD: hue angle of 204.59º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #438BBD is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 139 | 189 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.26 |
| HSL | 204.59º | 0.48% | 0.5% | - |
| HSV(B) | 204.59º | 0.65% | 0.74% | - |
| XYZ | 20.73 | 23.33 | 51.56 | - |
| YUV | 123.17 | 165.15 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 189 | 0.65 | 0.26 | 0 | 0.26 | 204.59 | 0.48 | 0.5 |
| Hex | 43 | 8B | BD | 41 | 1A | 0 | 1A | CD | 30 | 32 |
| Octal | 103 | 213 | 275 | 101 | 32 | 0 | 32 | 315 | 60 | 62 |
| Binary | 1000011 | 10001011 | 10111101 | 1000001 | 11010 | 0 | 11010 | 11001101 | 110000 | 110010 |
Color Harmonies of #438BBD
Complementary color
Monochromatic Colors of #438BBD
Black with #438BBD
Text Example
Text Example
White with #438BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438BBD; }
p { color: rgb(67,139,189); }
H1.HeaderClassName
{
color: #438BBD;
}
.AnyTagClassName
{
color: #438BBD;
}
</style>
background-color css
<style>
a { background-color: #438BBD; }
a { background-color: rgb(67,139,189); }
div.DivClassName
{
background-color: #438BBD;
}
.BgClassName
{
background-color: #438BBD;
}
</style>
border-color css
<style>
span { border-color: #438BBD; }
span { border-color: rgb(67,139,189); }
td.TdClassName
{
border-color: #438BBD;
}
.TagClassName
{
border-color: #438BBD;
}
</style>