Shades of Curious Blue #398AB3
Tints of Curious Blue #398AB3
RGB
CMYK
RGB Variations
Color information
#398AB3 (or 0x398AB3) is known color: Curious Blue. HEX triplet: 39, 8A and B3. RGB value is (57,138,179). Sum of RGB (Red+Green+Blue) = 57+138+179=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #398AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398AB3 is #C6754C. Grayscale: #767676. Windows color (decimal): -13006157 or 11766329. OLE color: 11766329.
HSL color Cylindrical-coordinate representation of color #398AB3: hue angle of 200.16º degrees, saturation: 0.52, 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 #398AB3 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 138 | 179 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.30 |
| HSL | 200.16º | 0.52% | 0.46% | - |
| HSV(B) | 200.16º | 0.68% | 0.7% | - |
| XYZ | 18.91 | 22.3 | 45.96 | - |
| YUV | 118.46 | 162.16 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 179 | 0.68 | 0.23 | 0 | 0.30 | 200.16 | 0.52 | 0.46 |
| Hex | 39 | 8A | B3 | 44 | 17 | 0 | 1E | C8 | 34 | 2E |
| Octal | 71 | 212 | 263 | 104 | 27 | 0 | 36 | 310 | 64 | 56 |
| Binary | 111001 | 10001010 | 10110011 | 1000100 | 10111 | 0 | 11110 | 11001000 | 110100 | 101110 |
Color Harmonies of #398AB3
Complementary color
Monochromatic Colors of #398AB3
Black with #398AB3
Text Example
Text Example
White with #398AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398AB3; }
p { color: rgb(57,138,179); }
H1.HeaderClassName
{
color: #398AB3;
}
.AnyTagClassName
{
color: #398AB3;
}
</style>
background-color css
<style>
a { background-color: #398AB3; }
a { background-color: rgb(57,138,179); }
div.DivClassName
{
background-color: #398AB3;
}
.BgClassName
{
background-color: #398AB3;
}
</style>
border-color css
<style>
span { border-color: #398AB3; }
span { border-color: rgb(57,138,179); }
td.TdClassName
{
border-color: #398AB3;
}
.TagClassName
{
border-color: #398AB3;
}
</style>