Shades of Curious Blue #438FBD
Tints of Curious Blue #438FBD
RGB
CMYK
RGB Variations
Color information
#438FBD (or 0x438FBD) is known color: Curious Blue. HEX triplet: 43, 8F and BD. RGB value is (67,143,189). Sum of RGB (Red+Green+Blue) = 67+143+189=399 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.79% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #438FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FBD is #BC7042. Grayscale: #7D7D7D. Windows color (decimal): -12349507 or 12422979. OLE color: 12422979.
HSL color Cylindrical-coordinate representation of color #438FBD: hue angle of 202.62º 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 #438FBD is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 143 | 189 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.26 |
| HSL | 202.62º | 0.48% | 0.5% | - |
| HSV(B) | 202.62º | 0.65% | 0.74% | - |
| XYZ | 21.32 | 24.51 | 51.75 | - |
| YUV | 125.52 | 163.82 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 189 | 0.65 | 0.24 | 0 | 0.26 | 202.62 | 0.48 | 0.5 |
| Hex | 43 | 8F | BD | 41 | 18 | 0 | 1A | CB | 30 | 32 |
| Octal | 103 | 217 | 275 | 101 | 30 | 0 | 32 | 313 | 60 | 62 |
| Binary | 1000011 | 10001111 | 10111101 | 1000001 | 11000 | 0 | 11010 | 11001011 | 110000 | 110010 |
Color Harmonies of #438FBD
Complementary color
Monochromatic Colors of #438FBD
Black with #438FBD
Text Example
Text Example
White with #438FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438FBD; }
p { color: rgb(67,143,189); }
H1.HeaderClassName
{
color: #438FBD;
}
.AnyTagClassName
{
color: #438FBD;
}
</style>
background-color css
<style>
a { background-color: #438FBD; }
a { background-color: rgb(67,143,189); }
div.DivClassName
{
background-color: #438FBD;
}
.BgClassName
{
background-color: #438FBD;
}
</style>
border-color css
<style>
span { border-color: #438FBD; }
span { border-color: rgb(67,143,189); }
td.TdClassName
{
border-color: #438FBD;
}
.TagClassName
{
border-color: #438FBD;
}
</style>