Shades of Curious Blue #398AB2
Tints of Curious Blue #398AB2
RGB
CMYK
RGB Variations
Color information
#398AB2 (or 0x398AB2) is known color: Curious Blue. HEX triplet: 39, 8A and B2. RGB value is (57,138,178). Sum of RGB (Red+Green+Blue) = 57+138+178=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #398AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398AB2 is #C6754D. Grayscale: #767676. Windows color (decimal): -13006158 or 11700793. OLE color: 11700793.
HSL color Cylindrical-coordinate representation of color #398AB2: hue angle of 199.83º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #398AB2 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 138 | 178 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.30 |
| HSL | 199.83º | 0.51% | 0.46% | - |
| HSV(B) | 199.83º | 0.68% | 0.7% | - |
| XYZ | 18.81 | 22.26 | 45.42 | - |
| YUV | 118.34 | 161.66 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 178 | 0.68 | 0.22 | 0 | 0.30 | 199.83 | 0.51 | 0.46 |
| Hex | 39 | 8A | B2 | 44 | 16 | 0 | 1E | C8 | 33 | 2E |
| Octal | 71 | 212 | 262 | 104 | 26 | 0 | 36 | 310 | 63 | 56 |
| Binary | 111001 | 10001010 | 10110010 | 1000100 | 10110 | 0 | 11110 | 11001000 | 110011 | 101110 |
Color Harmonies of #398AB2
Complementary color
Monochromatic Colors of #398AB2
Black with #398AB2
Text Example
Text Example
White with #398AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398AB2; }
p { color: rgb(57,138,178); }
H1.HeaderClassName
{
color: #398AB2;
}
.AnyTagClassName
{
color: #398AB2;
}
</style>
background-color css
<style>
a { background-color: #398AB2; }
a { background-color: rgb(57,138,178); }
div.DivClassName
{
background-color: #398AB2;
}
.BgClassName
{
background-color: #398AB2;
}
</style>
border-color css
<style>
span { border-color: #398AB2; }
span { border-color: rgb(57,138,178); }
td.TdClassName
{
border-color: #398AB2;
}
.TagClassName
{
border-color: #398AB2;
}
</style>