Shades of Curious Blue #4296CB
Tints of Curious Blue #4296CB
RGB
CMYK
RGB Variations
Color information
#4296CB (or 0x4296CB) is known color: Curious Blue. HEX triplet: 42, 96 and CB. RGB value is (66,150,203). Sum of RGB (Red+Green+Blue) = 66+150+203=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #4296CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4296CB is #BD6934. Grayscale: #828282. Windows color (decimal): -12413237 or 13342274. OLE color: 13342274.
HSL color Cylindrical-coordinate representation of color #4296CB: hue angle of 203.21º 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 #4296CB is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 150 | 203 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.20 |
| HSL | 203.21º | 0.57% | 0.53% | - |
| HSV(B) | 203.21º | 0.67% | 0.8% | - |
| XYZ | 23.93 | 27.28 | 60.5 | - |
| YUV | 130.93 | 168.67 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 203 | 0.67 | 0.26 | 0 | 0.20 | 203.21 | 0.57 | 0.53 |
| Hex | 42 | 96 | CB | 43 | 1A | 0 | 14 | CB | 39 | 35 |
| Octal | 102 | 226 | 313 | 103 | 32 | 0 | 24 | 313 | 71 | 65 |
| Binary | 1000010 | 10010110 | 11001011 | 1000011 | 11010 | 0 | 10100 | 11001011 | 111001 | 110101 |
Color Harmonies of #4296CB
Complementary color
Monochromatic Colors of #4296CB
Black with #4296CB
Text Example
Text Example
White with #4296CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4296CB; }
p { color: rgb(66,150,203); }
H1.HeaderClassName
{
color: #4296CB;
}
.AnyTagClassName
{
color: #4296CB;
}
</style>
background-color css
<style>
a { background-color: #4296CB; }
a { background-color: rgb(66,150,203); }
div.DivClassName
{
background-color: #4296CB;
}
.BgClassName
{
background-color: #4296CB;
}
</style>
border-color css
<style>
span { border-color: #4296CB; }
span { border-color: rgb(66,150,203); }
td.TdClassName
{
border-color: #4296CB;
}
.TagClassName
{
border-color: #4296CB;
}
</style>