Shades of Curious Blue #4384CB
Tints of Curious Blue #4384CB
RGB
CMYK
RGB Variations
Color information
#4384CB (or 0x4384CB) is known color: Curious Blue. HEX triplet: 43, 84 and CB. RGB value is (67,132,203). Sum of RGB (Red+Green+Blue) = 67+132+203=402 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.67% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #4384CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384CB is #BC7B34. Grayscale: #787878. Windows color (decimal): -12352309 or 13337667. OLE color: 13337667.
HSL color Cylindrical-coordinate representation of color #4384CB: hue angle of 211.32º 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 #4384CB is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 132 | 203 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.20 |
| HSL | 211.32º | 0.57% | 0.53% | - |
| HSV(B) | 211.32º | 0.67% | 0.8% | - |
| XYZ | 21.35 | 22.01 | 59.62 | - |
| YUV | 120.66 | 174.47 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 203 | 0.67 | 0.35 | 0 | 0.20 | 211.32 | 0.57 | 0.53 |
| Hex | 43 | 84 | CB | 43 | 23 | 0 | 14 | D3 | 39 | 35 |
| Octal | 103 | 204 | 313 | 103 | 43 | 0 | 24 | 323 | 71 | 65 |
| Binary | 1000011 | 10000100 | 11001011 | 1000011 | 100011 | 0 | 10100 | 11010011 | 111001 | 110101 |
Color Harmonies of #4384CB
Complementary color
Monochromatic Colors of #4384CB
Black with #4384CB
Text Example
Text Example
White with #4384CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4384CB; }
p { color: rgb(67,132,203); }
H1.HeaderClassName
{
color: #4384CB;
}
.AnyTagClassName
{
color: #4384CB;
}
</style>
background-color css
<style>
a { background-color: #4384CB; }
a { background-color: rgb(67,132,203); }
div.DivClassName
{
background-color: #4384CB;
}
.BgClassName
{
background-color: #4384CB;
}
</style>
border-color css
<style>
span { border-color: #4384CB; }
span { border-color: rgb(67,132,203); }
td.TdClassName
{
border-color: #4384CB;
}
.TagClassName
{
border-color: #4384CB;
}
</style>