Shades of Curious Blue #4183BD
Tints of Curious Blue #4183BD
RGB
CMYK
RGB Variations
Color information
#4183BD (or 0x4183BD) is known color: Curious Blue. HEX triplet: 41, 83 and BD. RGB value is (65,131,189). Sum of RGB (Red+Green+Blue) = 65+131+189=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #4183BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4183BD is #BE7C42. Grayscale: #757575. Windows color (decimal): -12483651 or 12419905. OLE color: 12419905.
HSL color Cylindrical-coordinate representation of color #4183BD: hue angle of 208.06º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4183BD is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 131 | 189 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.26 |
| HSL | 208.06º | 0.49% | 0.5% | - |
| HSV(B) | 208.06º | 0.66% | 0.74% | - |
| XYZ | 19.48 | 21.03 | 51.18 | - |
| YUV | 117.88 | 168.13 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 189 | 0.66 | 0.31 | 0 | 0.26 | 208.06 | 0.49 | 0.5 |
| Hex | 41 | 83 | BD | 42 | 1F | 0 | 1A | D0 | 31 | 32 |
| Octal | 101 | 203 | 275 | 102 | 37 | 0 | 32 | 320 | 61 | 62 |
| Binary | 1000001 | 10000011 | 10111101 | 1000010 | 11111 | 0 | 11010 | 11010000 | 110001 | 110010 |
Color Harmonies of #4183BD
Complementary color
Monochromatic Colors of #4183BD
Black with #4183BD
Text Example
Text Example
White with #4183BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4183BD; }
p { color: rgb(65,131,189); }
H1.HeaderClassName
{
color: #4183BD;
}
.AnyTagClassName
{
color: #4183BD;
}
</style>
background-color css
<style>
a { background-color: #4183BD; }
a { background-color: rgb(65,131,189); }
div.DivClassName
{
background-color: #4183BD;
}
.BgClassName
{
background-color: #4183BD;
}
</style>
border-color css
<style>
span { border-color: #4183BD; }
span { border-color: rgb(65,131,189); }
td.TdClassName
{
border-color: #4183BD;
}
.TagClassName
{
border-color: #4183BD;
}
</style>