Shades of Curious Blue #438DBD
Tints of Curious Blue #438DBD
RGB
CMYK
RGB Variations
Color information
#438DBD (or 0x438DBD) is known color: Curious Blue. HEX triplet: 43, 8D and BD. RGB value is (67,141,189). Sum of RGB (Red+Green+Blue) = 67+141+189=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #438DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DBD is #BC7242. Grayscale: #7C7C7C. Windows color (decimal): -12350019 or 12422467. OLE color: 12422467.
HSL color Cylindrical-coordinate representation of color #438DBD: hue angle of 203.61º 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 #438DBD is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 141 | 189 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.26 |
| HSL | 203.61º | 0.48% | 0.5% | - |
| HSV(B) | 203.61º | 0.65% | 0.74% | - |
| XYZ | 21.02 | 23.92 | 51.65 | - |
| YUV | 124.35 | 164.48 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 189 | 0.65 | 0.25 | 0 | 0.26 | 203.61 | 0.48 | 0.5 |
| Hex | 43 | 8D | BD | 41 | 19 | 0 | 1A | CC | 30 | 32 |
| Octal | 103 | 215 | 275 | 101 | 31 | 0 | 32 | 314 | 60 | 62 |
| Binary | 1000011 | 10001101 | 10111101 | 1000001 | 11001 | 0 | 11010 | 11001100 | 110000 | 110010 |
Color Harmonies of #438DBD
Complementary color
Monochromatic Colors of #438DBD
Black with #438DBD
Text Example
Text Example
White with #438DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438DBD; }
p { color: rgb(67,141,189); }
H1.HeaderClassName
{
color: #438DBD;
}
.AnyTagClassName
{
color: #438DBD;
}
</style>
background-color css
<style>
a { background-color: #438DBD; }
a { background-color: rgb(67,141,189); }
div.DivClassName
{
background-color: #438DBD;
}
.BgClassName
{
background-color: #438DBD;
}
</style>
border-color css
<style>
span { border-color: #438DBD; }
span { border-color: rgb(67,141,189); }
td.TdClassName
{
border-color: #438DBD;
}
.TagClassName
{
border-color: #438DBD;
}
</style>