Shades of Curious Blue #428EC3
Tints of Curious Blue #428EC3
RGB
CMYK
RGB Variations
Color information
#428EC3 (or 0x428EC3) is known color: Curious Blue. HEX triplet: 42, 8E and C3. RGB value is (66,142,195). Sum of RGB (Red+Green+Blue) = 66+142+195=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #428EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428EC3 is #BD713C. Grayscale: #7D7D7D. Windows color (decimal): -12415293 or 12815938. OLE color: 12815938.
HSL color Cylindrical-coordinate representation of color #428EC3: hue angle of 204.65º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #428EC3 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 142 | 195 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.24 |
| HSL | 204.65º | 0.52% | 0.51% | - |
| HSV(B) | 204.65º | 0.66% | 0.76% | - |
| XYZ | 21.77 | 24.44 | 55.2 | - |
| YUV | 125.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 195 | 0.66 | 0.27 | 0 | 0.24 | 204.65 | 0.52 | 0.51 |
| Hex | 42 | 8E | C3 | 42 | 1B | 0 | 18 | CD | 34 | 33 |
| Octal | 102 | 216 | 303 | 102 | 33 | 0 | 30 | 315 | 64 | 63 |
| Binary | 1000010 | 10001110 | 11000011 | 1000010 | 11011 | 0 | 11000 | 11001101 | 110100 | 110011 |
Color Harmonies of #428EC3
Complementary color
Monochromatic Colors of #428EC3
Black with #428EC3
Text Example
Text Example
White with #428EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428EC3; }
p { color: rgb(66,142,195); }
H1.HeaderClassName
{
color: #428EC3;
}
.AnyTagClassName
{
color: #428EC3;
}
</style>
background-color css
<style>
a { background-color: #428EC3; }
a { background-color: rgb(66,142,195); }
div.DivClassName
{
background-color: #428EC3;
}
.BgClassName
{
background-color: #428EC3;
}
</style>
border-color css
<style>
span { border-color: #428EC3; }
span { border-color: rgb(66,142,195); }
td.TdClassName
{
border-color: #428EC3;
}
.TagClassName
{
border-color: #428EC3;
}
</style>