Shades of Curious Blue #438FBC
Tints of Curious Blue #438FBC
RGB
CMYK
RGB Variations
Color information
#438FBC (or 0x438FBC) is known color: Curious Blue. HEX triplet: 43, 8F and BC. RGB value is (67,143,188). Sum of RGB (Red+Green+Blue) = 67+143+188=398 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.83% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #438FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FBC is #BC7043. Grayscale: #7D7D7D. Windows color (decimal): -12349508 or 12357443. OLE color: 12357443.
HSL color Cylindrical-coordinate representation of color #438FBC: hue angle of 202.31º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #438FBC is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 143 | 188 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.26 |
| HSL | 202.31º | 0.47% | 0.5% | - |
| HSV(B) | 202.31º | 0.64% | 0.74% | - |
| XYZ | 21.21 | 24.47 | 51.18 | - |
| YUV | 125.41 | 163.32 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 188 | 0.64 | 0.24 | 0 | 0.26 | 202.31 | 0.47 | 0.5 |
| Hex | 43 | 8F | BC | 40 | 18 | 0 | 1A | CA | 2F | 32 |
| Octal | 103 | 217 | 274 | 100 | 30 | 0 | 32 | 312 | 57 | 62 |
| Binary | 1000011 | 10001111 | 10111100 | 1000000 | 11000 | 0 | 11010 | 11001010 | 101111 | 110010 |
Color Harmonies of #438FBC
Complementary color
Monochromatic Colors of #438FBC
Black with #438FBC
Text Example
Text Example
White with #438FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438FBC; }
p { color: rgb(67,143,188); }
H1.HeaderClassName
{
color: #438FBC;
}
.AnyTagClassName
{
color: #438FBC;
}
</style>
background-color css
<style>
a { background-color: #438FBC; }
a { background-color: rgb(67,143,188); }
div.DivClassName
{
background-color: #438FBC;
}
.BgClassName
{
background-color: #438FBC;
}
</style>
border-color css
<style>
span { border-color: #438FBC; }
span { border-color: rgb(67,143,188); }
td.TdClassName
{
border-color: #438FBC;
}
.TagClassName
{
border-color: #438FBC;
}
</style>