Shades of Curious Blue #4288B3
Tints of Curious Blue #4288B3
RGB
CMYK
RGB Variations
Color information
#4288B3 (or 0x4288B3) is known color: Curious Blue. HEX triplet: 42, 88 and B3. RGB value is (66,136,179). Sum of RGB (Red+Green+Blue) = 66+136+179=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 179 - color contains mainly: blue. Hex color #4288B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288B3 is #BD774C. Grayscale: #777777. Windows color (decimal): -12416845 or 11765826. OLE color: 11765826.
HSL color Cylindrical-coordinate representation of color #4288B3: hue angle of 202.83º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4288B3 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 136 | 179 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.30 |
| HSL | 202.83º | 0.46% | 0.48% | - |
| HSV(B) | 202.83º | 0.63% | 0.7% | - |
| XYZ | 19.19 | 22.02 | 45.89 | - |
| YUV | 119.97 | 161.31 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 179 | 0.63 | 0.24 | 0 | 0.30 | 202.83 | 0.46 | 0.48 |
| Hex | 42 | 88 | B3 | 3F | 18 | 0 | 1E | CB | 2E | 30 |
| Octal | 102 | 210 | 263 | 77 | 30 | 0 | 36 | 313 | 56 | 60 |
| Binary | 1000010 | 10001000 | 10110011 | 111111 | 11000 | 0 | 11110 | 11001011 | 101110 | 110000 |
Color Harmonies of #4288B3
Complementary color
Monochromatic Colors of #4288B3
Black with #4288B3
Text Example
Text Example
White with #4288B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4288B3; }
p { color: rgb(66,136,179); }
H1.HeaderClassName
{
color: #4288B3;
}
.AnyTagClassName
{
color: #4288B3;
}
</style>
background-color css
<style>
a { background-color: #4288B3; }
a { background-color: rgb(66,136,179); }
div.DivClassName
{
background-color: #4288B3;
}
.BgClassName
{
background-color: #4288B3;
}
</style>
border-color css
<style>
span { border-color: #4288B3; }
span { border-color: rgb(66,136,179); }
td.TdClassName
{
border-color: #4288B3;
}
.TagClassName
{
border-color: #4288B3;
}
</style>