Shades of Curious Blue #438BC6
Tints of Curious Blue #438BC6
RGB
CMYK
RGB Variations
Color information
#438BC6 (or 0x438BC6) is known color: Curious Blue. HEX triplet: 43, 8B and C6. RGB value is (67,139,198). Sum of RGB (Red+Green+Blue) = 67+139+198=404 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.58% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #438BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BC6 is #BC7439. Grayscale: #7B7B7B. Windows color (decimal): -12350522 or 13011779. OLE color: 13011779.
HSL color Cylindrical-coordinate representation of color #438BC6: hue angle of 207.02º degrees, saturation: 0.53, 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 #438BC6 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 139 | 198 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.22 |
| HSL | 207.02º | 0.53% | 0.52% | - |
| HSV(B) | 207.02º | 0.66% | 0.78% | - |
| XYZ | 21.74 | 23.74 | 56.86 | - |
| YUV | 124.2 | 169.65 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 198 | 0.66 | 0.30 | 0 | 0.22 | 207.02 | 0.53 | 0.52 |
| Hex | 43 | 8B | C6 | 42 | 1E | 0 | 16 | CF | 35 | 34 |
| Octal | 103 | 213 | 306 | 102 | 36 | 0 | 26 | 317 | 65 | 64 |
| Binary | 1000011 | 10001011 | 11000110 | 1000010 | 11110 | 0 | 10110 | 11001111 | 110101 | 110100 |
Color Harmonies of #438BC6
Complementary color
Monochromatic Colors of #438BC6
Black with #438BC6
Text Example
Text Example
White with #438BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438BC6; }
p { color: rgb(67,139,198); }
H1.HeaderClassName
{
color: #438BC6;
}
.AnyTagClassName
{
color: #438BC6;
}
</style>
background-color css
<style>
a { background-color: #438BC6; }
a { background-color: rgb(67,139,198); }
div.DivClassName
{
background-color: #438BC6;
}
.BgClassName
{
background-color: #438BC6;
}
</style>
border-color css
<style>
span { border-color: #438BC6; }
span { border-color: rgb(67,139,198); }
td.TdClassName
{
border-color: #438BC6;
}
.TagClassName
{
border-color: #438BC6;
}
</style>