Shades of Curious Blue #438BCC
Tints of Curious Blue #438BCC
RGB
CMYK
RGB Variations
Color information
#438BCC (or 0x438BCC) is known color: Curious Blue. HEX triplet: 43, 8B and CC. RGB value is (67,139,204). Sum of RGB (Red+Green+Blue) = 67+139+204=410 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.34% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #438BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BCC is #BC7433. Grayscale: #7C7C7C. Windows color (decimal): -12350516 or 13404995. OLE color: 13404995.
HSL color Cylindrical-coordinate representation of color #438BCC: hue angle of 208.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #438BCC is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 139 | 204 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.2 |
| HSL | 208.47º | 0.57% | 0.53% | - |
| HSV(B) | 208.47º | 0.67% | 0.8% | - |
| XYZ | 22.45 | 24.02 | 60.58 | - |
| YUV | 124.88 | 172.65 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 204 | 0.67 | 0.32 | 0 | 0.2 | 208.47 | 0.57 | 0.53 |
| Hex | 43 | 8B | CC | 43 | 20 | 0 | 14 | D0 | 39 | 35 |
| Octal | 103 | 213 | 314 | 103 | 40 | 0 | 24 | 320 | 71 | 65 |
| Binary | 1000011 | 10001011 | 11001100 | 1000011 | 100000 | 0 | 10100 | 11010000 | 111001 | 110101 |
Color Harmonies of #438BCC
Complementary color
Monochromatic Colors of #438BCC
Black with #438BCC
Text Example
Text Example
White with #438BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438BCC; }
p { color: rgb(67,139,204); }
H1.HeaderClassName
{
color: #438BCC;
}
.AnyTagClassName
{
color: #438BCC;
}
</style>
background-color css
<style>
a { background-color: #438BCC; }
a { background-color: rgb(67,139,204); }
div.DivClassName
{
background-color: #438BCC;
}
.BgClassName
{
background-color: #438BCC;
}
</style>
border-color css
<style>
span { border-color: #438BCC; }
span { border-color: rgb(67,139,204); }
td.TdClassName
{
border-color: #438BCC;
}
.TagClassName
{
border-color: #438BCC;
}
</style>