Shades of Curious Blue #4183CB
Tints of Curious Blue #4183CB
RGB
CMYK
RGB Variations
Color information
#4183CB (or 0x4183CB) is known color: Curious Blue. HEX triplet: 41, 83 and CB. RGB value is (65,131,203). Sum of RGB (Red+Green+Blue) = 65+131+203=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #4183CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4183CB is #BE7C34. Grayscale: #777777. Windows color (decimal): -12483637 or 13337409. OLE color: 13337409.
HSL color Cylindrical-coordinate representation of color #4183CB: hue angle of 211.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4183CB is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 131 | 203 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.20 |
| HSL | 211.3º | 0.57% | 0.53% | - |
| HSV(B) | 211.3º | 0.68% | 0.8% | - |
| XYZ | 21.08 | 21.67 | 59.57 | - |
| YUV | 119.47 | 175.13 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 203 | 0.68 | 0.35 | 0 | 0.20 | 211.3 | 0.57 | 0.53 |
| Hex | 41 | 83 | CB | 44 | 23 | 0 | 14 | D3 | 39 | 35 |
| Octal | 101 | 203 | 313 | 104 | 43 | 0 | 24 | 323 | 71 | 65 |
| Binary | 1000001 | 10000011 | 11001011 | 1000100 | 100011 | 0 | 10100 | 11010011 | 111001 | 110101 |
Color Harmonies of #4183CB
Complementary color
Monochromatic Colors of #4183CB
Black with #4183CB
Text Example
Text Example
White with #4183CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4183CB; }
p { color: rgb(65,131,203); }
H1.HeaderClassName
{
color: #4183CB;
}
.AnyTagClassName
{
color: #4183CB;
}
</style>
background-color css
<style>
a { background-color: #4183CB; }
a { background-color: rgb(65,131,203); }
div.DivClassName
{
background-color: #4183CB;
}
.BgClassName
{
background-color: #4183CB;
}
</style>
border-color css
<style>
span { border-color: #4183CB; }
span { border-color: rgb(65,131,203); }
td.TdClassName
{
border-color: #4183CB;
}
.TagClassName
{
border-color: #4183CB;
}
</style>