Shades of Curious Blue #438ABC
Tints of Curious Blue #438ABC
RGB
CMYK
RGB Variations
Color information
#438ABC (or 0x438ABC) is known color: Curious Blue. HEX triplet: 43, 8A and BC. RGB value is (67,138,188). Sum of RGB (Red+Green+Blue) = 67+138+188=393 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.05% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #438ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ABC is #BC7543. Grayscale: #7A7A7A. Windows color (decimal): -12350788 or 12356163. OLE color: 12356163.
HSL color Cylindrical-coordinate representation of color #438ABC: hue angle of 204.79º 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 #438ABC is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 138 | 188 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.26 |
| HSL | 204.79º | 0.47% | 0.5% | - |
| HSV(B) | 204.79º | 0.64% | 0.74% | - |
| XYZ | 20.48 | 23 | 50.94 | - |
| YUV | 122.47 | 164.98 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 188 | 0.64 | 0.27 | 0 | 0.26 | 204.79 | 0.47 | 0.5 |
| Hex | 43 | 8A | BC | 40 | 1B | 0 | 1A | CD | 2F | 32 |
| Octal | 103 | 212 | 274 | 100 | 33 | 0 | 32 | 315 | 57 | 62 |
| Binary | 1000011 | 10001010 | 10111100 | 1000000 | 11011 | 0 | 11010 | 11001101 | 101111 | 110010 |
Color Harmonies of #438ABC
Complementary color
Monochromatic Colors of #438ABC
Black with #438ABC
Text Example
Text Example
White with #438ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438ABC; }
p { color: rgb(67,138,188); }
H1.HeaderClassName
{
color: #438ABC;
}
.AnyTagClassName
{
color: #438ABC;
}
</style>
background-color css
<style>
a { background-color: #438ABC; }
a { background-color: rgb(67,138,188); }
div.DivClassName
{
background-color: #438ABC;
}
.BgClassName
{
background-color: #438ABC;
}
</style>
border-color css
<style>
span { border-color: #438ABC; }
span { border-color: rgb(67,138,188); }
td.TdClassName
{
border-color: #438ABC;
}
.TagClassName
{
border-color: #438ABC;
}
</style>