Shades of Curious Blue #438ABB
Tints of Curious Blue #438ABB
RGB
CMYK
RGB Variations
Color information
#438ABB (or 0x438ABB) is known color: Curious Blue. HEX triplet: 43, 8A and BB. RGB value is (67,138,187). Sum of RGB (Red+Green+Blue) = 67+138+187=392 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.09% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #438ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ABB is #BC7544. Grayscale: #7A7A7A. Windows color (decimal): -12350789 or 12290627. OLE color: 12290627.
HSL color Cylindrical-coordinate representation of color #438ABB: hue angle of 204.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #438ABB is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 138 | 187 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.27 |
| HSL | 204.5º | 0.47% | 0.5% | - |
| HSV(B) | 204.5º | 0.64% | 0.73% | - |
| XYZ | 20.37 | 22.96 | 50.37 | - |
| YUV | 122.36 | 164.48 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 187 | 0.64 | 0.26 | 0 | 0.27 | 204.5 | 0.47 | 0.5 |
| Hex | 43 | 8A | BB | 40 | 1A | 0 | 1B | CC | 2F | 32 |
| Octal | 103 | 212 | 273 | 100 | 32 | 0 | 33 | 314 | 57 | 62 |
| Binary | 1000011 | 10001010 | 10111011 | 1000000 | 11010 | 0 | 11011 | 11001100 | 101111 | 110010 |
Color Harmonies of #438ABB
Complementary color
Monochromatic Colors of #438ABB
Black with #438ABB
Text Example
Text Example
White with #438ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438ABB; }
p { color: rgb(67,138,187); }
H1.HeaderClassName
{
color: #438ABB;
}
.AnyTagClassName
{
color: #438ABB;
}
</style>
background-color css
<style>
a { background-color: #438ABB; }
a { background-color: rgb(67,138,187); }
div.DivClassName
{
background-color: #438ABB;
}
.BgClassName
{
background-color: #438ABB;
}
</style>
border-color css
<style>
span { border-color: #438ABB; }
span { border-color: rgb(67,138,187); }
td.TdClassName
{
border-color: #438ABB;
}
.TagClassName
{
border-color: #438ABB;
}
</style>