Shades of Curious Blue #438BC8
Tints of Curious Blue #438BC8
RGB
CMYK
RGB Variations
Color information
#438BC8 (or 0x438BC8) is known color: Curious Blue. HEX triplet: 43, 8B and C8. RGB value is (67,139,200). Sum of RGB (Red+Green+Blue) = 67+139+200=406 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.50% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #438BC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BC8 is #BC7437. Grayscale: #7C7C7C. Windows color (decimal): -12350520 or 13142851. OLE color: 13142851.
HSL color Cylindrical-coordinate representation of color #438BC8: hue angle of 207.52º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #438BC8 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 139 | 200 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.22 |
| HSL | 207.52º | 0.55% | 0.52% | - |
| HSV(B) | 207.52º | 0.67% | 0.78% | - |
| XYZ | 21.97 | 23.83 | 58.08 | - |
| YUV | 124.43 | 170.65 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 200 | 0.66 | 0.30 | 0 | 0.22 | 207.52 | 0.55 | 0.52 |
| Hex | 43 | 8B | C8 | 42 | 1E | 0 | 16 | D0 | 37 | 34 |
| Octal | 103 | 213 | 310 | 102 | 36 | 0 | 26 | 320 | 67 | 64 |
| Binary | 1000011 | 10001011 | 11001000 | 1000010 | 11110 | 0 | 10110 | 11010000 | 110111 | 110100 |
Color Harmonies of #438BC8
Complementary color
Monochromatic Colors of #438BC8
Black with #438BC8
Text Example
Text Example
White with #438BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438BC8; }
p { color: rgb(67,139,200); }
H1.HeaderClassName
{
color: #438BC8;
}
.AnyTagClassName
{
color: #438BC8;
}
</style>
background-color css
<style>
a { background-color: #438BC8; }
a { background-color: rgb(67,139,200); }
div.DivClassName
{
background-color: #438BC8;
}
.BgClassName
{
background-color: #438BC8;
}
</style>
border-color css
<style>
span { border-color: #438BC8; }
span { border-color: rgb(67,139,200); }
td.TdClassName
{
border-color: #438BC8;
}
.TagClassName
{
border-color: #438BC8;
}
</style>