Shades of Curious Blue #3899C1
Tints of Curious Blue #3899C1
RGB
CMYK
RGB Variations
Color information
#3899C1 (or 0x3899C1) is known color: Curious Blue. HEX triplet: 38, 99 and C1. RGB value is (56,153,193). Sum of RGB (Red+Green+Blue) = 56+153+193=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #3899C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3899C1 is #C7663E. Grayscale: #808080. Windows color (decimal): -13067839 or 12687672. OLE color: 12687672.
HSL color Cylindrical-coordinate representation of color #3899C1: hue angle of 197.52º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3899C1 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 153 | 193 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.24 |
| HSL | 197.52º | 0.55% | 0.49% | - |
| HSV(B) | 197.52º | 0.71% | 0.76% | - |
| XYZ | 22.65 | 27.47 | 54.56 | - |
| YUV | 128.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 193 | 0.71 | 0.21 | 0 | 0.24 | 197.52 | 0.55 | 0.49 |
| Hex | 38 | 99 | C1 | 47 | 15 | 0 | 18 | C6 | 37 | 31 |
| Octal | 70 | 231 | 301 | 107 | 25 | 0 | 30 | 306 | 67 | 61 |
| Binary | 111000 | 10011001 | 11000001 | 1000111 | 10101 | 0 | 11000 | 11000110 | 110111 | 110001 |
Color Harmonies of #3899C1
Complementary color
Monochromatic Colors of #3899C1
Black with #3899C1
Text Example
Text Example
White with #3899C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3899C1; }
p { color: rgb(56,153,193); }
H1.HeaderClassName
{
color: #3899C1;
}
.AnyTagClassName
{
color: #3899C1;
}
</style>
background-color css
<style>
a { background-color: #3899C1; }
a { background-color: rgb(56,153,193); }
div.DivClassName
{
background-color: #3899C1;
}
.BgClassName
{
background-color: #3899C1;
}
</style>
border-color css
<style>
span { border-color: #3899C1; }
span { border-color: rgb(56,153,193); }
td.TdClassName
{
border-color: #3899C1;
}
.TagClassName
{
border-color: #3899C1;
}
</style>