Shades of Curious Blue #4383BD
Tints of Curious Blue #4383BD
RGB
CMYK
RGB Variations
Color information
#4383BD (or 0x4383BD) is known color: Curious Blue. HEX triplet: 43, 83 and BD. RGB value is (67,131,189). Sum of RGB (Red+Green+Blue) = 67+131+189=387 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.31% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #4383BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4383BD is #BC7C42. Grayscale: #767676. Windows color (decimal): -12352579 or 12419907. OLE color: 12419907.
HSL color Cylindrical-coordinate representation of color #4383BD: hue angle of 208.52º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4383BD is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 131 | 189 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.26 |
| HSL | 208.52º | 0.48% | 0.5% | - |
| HSV(B) | 208.52º | 0.65% | 0.74% | - |
| XYZ | 19.62 | 21.1 | 51.18 | - |
| YUV | 118.48 | 167.8 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 189 | 0.65 | 0.31 | 0 | 0.26 | 208.52 | 0.48 | 0.5 |
| Hex | 43 | 83 | BD | 41 | 1F | 0 | 1A | D1 | 30 | 32 |
| Octal | 103 | 203 | 275 | 101 | 37 | 0 | 32 | 321 | 60 | 62 |
| Binary | 1000011 | 10000011 | 10111101 | 1000001 | 11111 | 0 | 11010 | 11010001 | 110000 | 110010 |
Color Harmonies of #4383BD
Complementary color
Monochromatic Colors of #4383BD
Black with #4383BD
Text Example
Text Example
White with #4383BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4383BD; }
p { color: rgb(67,131,189); }
H1.HeaderClassName
{
color: #4383BD;
}
.AnyTagClassName
{
color: #4383BD;
}
</style>
background-color css
<style>
a { background-color: #4383BD; }
a { background-color: rgb(67,131,189); }
div.DivClassName
{
background-color: #4383BD;
}
.BgClassName
{
background-color: #4383BD;
}
</style>
border-color css
<style>
span { border-color: #4383BD; }
span { border-color: rgb(67,131,189); }
td.TdClassName
{
border-color: #4383BD;
}
.TagClassName
{
border-color: #4383BD;
}
</style>