Shades of Curious Blue #438ECC
Tints of Curious Blue #438ECC
RGB
CMYK
RGB Variations
Color information
#438ECC (or 0x438ECC) is known color: Curious Blue. HEX triplet: 43, 8E and CC. RGB value is (67,142,204). Sum of RGB (Red+Green+Blue) = 67+142+204=413 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.22% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #438ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ECC is #BC7133. Grayscale: #7E7E7E. Windows color (decimal): -12349748 or 13405763. OLE color: 13405763.
HSL color Cylindrical-coordinate representation of color #438ECC: hue angle of 207.15º 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 #438ECC is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 142 | 204 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.2 |
| HSL | 207.15º | 0.57% | 0.53% | - |
| HSV(B) | 207.15º | 0.67% | 0.8% | - |
| XYZ | 22.89 | 24.9 | 60.73 | - |
| YUV | 126.64 | 171.65 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 142 | 204 | 0.67 | 0.30 | 0 | 0.2 | 207.15 | 0.57 | 0.53 |
| Hex | 43 | 8E | CC | 43 | 1E | 0 | 14 | CF | 39 | 35 |
| Octal | 103 | 216 | 314 | 103 | 36 | 0 | 24 | 317 | 71 | 65 |
| Binary | 1000011 | 10001110 | 11001100 | 1000011 | 11110 | 0 | 10100 | 11001111 | 111001 | 110101 |
Color Harmonies of #438ECC
Complementary color
Monochromatic Colors of #438ECC
Black with #438ECC
Text Example
Text Example
White with #438ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438ECC; }
p { color: rgb(67,142,204); }
H1.HeaderClassName
{
color: #438ECC;
}
.AnyTagClassName
{
color: #438ECC;
}
</style>
background-color css
<style>
a { background-color: #438ECC; }
a { background-color: rgb(67,142,204); }
div.DivClassName
{
background-color: #438ECC;
}
.BgClassName
{
background-color: #438ECC;
}
</style>
border-color css
<style>
span { border-color: #438ECC; }
span { border-color: rgb(67,142,204); }
td.TdClassName
{
border-color: #438ECC;
}
.TagClassName
{
border-color: #438ECC;
}
</style>