Shades of Curious Blue #4388C1
Tints of Curious Blue #4388C1
RGB
CMYK
RGB Variations
Color information
#4388C1 (or 0x4388C1) is known color: Curious Blue. HEX triplet: 43, 88 and C1. RGB value is (67,136,193). Sum of RGB (Red+Green+Blue) = 67+136+193=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #4388C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4388C1 is #BC773E. Grayscale: #797979. Windows color (decimal): -12351295 or 12683331. OLE color: 12683331.
HSL color Cylindrical-coordinate representation of color #4388C1: hue angle of 207.14º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4388C1 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 136 | 193 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.24 |
| HSL | 207.14º | 0.5% | 0.51% | - |
| HSV(B) | 207.14º | 0.65% | 0.76% | - |
| XYZ | 20.74 | 22.65 | 53.73 | - |
| YUV | 121.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 193 | 0.65 | 0.30 | 0 | 0.24 | 207.14 | 0.5 | 0.51 |
| Hex | 43 | 88 | C1 | 41 | 1E | 0 | 18 | CF | 32 | 33 |
| Octal | 103 | 210 | 301 | 101 | 36 | 0 | 30 | 317 | 62 | 63 |
| Binary | 1000011 | 10001000 | 11000001 | 1000001 | 11110 | 0 | 11000 | 11001111 | 110010 | 110011 |
Color Harmonies of #4388C1
Complementary color
Monochromatic Colors of #4388C1
Black with #4388C1
Text Example
Text Example
White with #4388C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4388C1; }
p { color: rgb(67,136,193); }
H1.HeaderClassName
{
color: #4388C1;
}
.AnyTagClassName
{
color: #4388C1;
}
</style>
background-color css
<style>
a { background-color: #4388C1; }
a { background-color: rgb(67,136,193); }
div.DivClassName
{
background-color: #4388C1;
}
.BgClassName
{
background-color: #4388C1;
}
</style>
border-color css
<style>
span { border-color: #4388C1; }
span { border-color: rgb(67,136,193); }
td.TdClassName
{
border-color: #4388C1;
}
.TagClassName
{
border-color: #4388C1;
}
</style>