Shades of Curious Blue #428BC3
Tints of Curious Blue #428BC3
RGB
CMYK
RGB Variations
Color information
#428BC3 (or 0x428BC3) is known color: Curious Blue. HEX triplet: 42, 8B and C3. RGB value is (66,139,195). Sum of RGB (Red+Green+Blue) = 66+139+195=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #428BC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BC3 is #BD743C. Grayscale: #7B7B7B. Windows color (decimal): -12416061 or 12815170. OLE color: 12815170.
HSL color Cylindrical-coordinate representation of color #428BC3: hue angle of 206.05º 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 #428BC3 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 139 | 195 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.24 |
| HSL | 206.05º | 0.52% | 0.51% | - |
| HSV(B) | 206.05º | 0.66% | 0.76% | - |
| XYZ | 21.33 | 23.56 | 55.05 | - |
| YUV | 123.56 | 168.32 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 195 | 0.66 | 0.29 | 0 | 0.24 | 206.05 | 0.52 | 0.51 |
| Hex | 42 | 8B | C3 | 42 | 1D | 0 | 18 | CE | 34 | 33 |
| Octal | 102 | 213 | 303 | 102 | 35 | 0 | 30 | 316 | 64 | 63 |
| Binary | 1000010 | 10001011 | 11000011 | 1000010 | 11101 | 0 | 11000 | 11001110 | 110100 | 110011 |
Color Harmonies of #428BC3
Complementary color
Monochromatic Colors of #428BC3
Black with #428BC3
Text Example
Text Example
White with #428BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BC3; }
p { color: rgb(66,139,195); }
H1.HeaderClassName
{
color: #428BC3;
}
.AnyTagClassName
{
color: #428BC3;
}
</style>
background-color css
<style>
a { background-color: #428BC3; }
a { background-color: rgb(66,139,195); }
div.DivClassName
{
background-color: #428BC3;
}
.BgClassName
{
background-color: #428BC3;
}
</style>
border-color css
<style>
span { border-color: #428BC3; }
span { border-color: rgb(66,139,195); }
td.TdClassName
{
border-color: #428BC3;
}
.TagClassName
{
border-color: #428BC3;
}
</style>