Shades of Curious Blue #388ACE
Tints of Curious Blue #388ACE
RGB
CMYK
RGB Variations
Color information
#388ACE (or 0x388ACE) is known color: Curious Blue. HEX triplet: 38, 8A and CE. RGB value is (56,138,206). Sum of RGB (Red+Green+Blue) = 56+138+206=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #388ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ACE is #C77531. Grayscale: #787878. Windows color (decimal): -13071666 or 13535800. OLE color: 13535800.
HSL color Cylindrical-coordinate representation of color #388ACE: hue angle of 207.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388ACE is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 138 | 206 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.19 |
| HSL | 207.2º | 0.6% | 0.51% | - |
| HSV(B) | 207.2º | 0.73% | 0.81% | - |
| XYZ | 21.86 | 23.47 | 61.77 | - |
| YUV | 121.23 | 175.83 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 206 | 0.73 | 0.33 | 0 | 0.19 | 207.2 | 0.6 | 0.51 |
| Hex | 38 | 8A | CE | 49 | 21 | 0 | 13 | CF | 3C | 33 |
| Octal | 70 | 212 | 316 | 111 | 41 | 0 | 23 | 317 | 74 | 63 |
| Binary | 111000 | 10001010 | 11001110 | 1001001 | 100001 | 0 | 10011 | 11001111 | 111100 | 110011 |
Color Harmonies of #388ACE
Complementary color
Monochromatic Colors of #388ACE
Black with #388ACE
Text Example
Text Example
White with #388ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388ACE; }
p { color: rgb(56,138,206); }
H1.HeaderClassName
{
color: #388ACE;
}
.AnyTagClassName
{
color: #388ACE;
}
</style>
background-color css
<style>
a { background-color: #388ACE; }
a { background-color: rgb(56,138,206); }
div.DivClassName
{
background-color: #388ACE;
}
.BgClassName
{
background-color: #388ACE;
}
</style>
border-color css
<style>
span { border-color: #388ACE; }
span { border-color: rgb(56,138,206); }
td.TdClassName
{
border-color: #388ACE;
}
.TagClassName
{
border-color: #388ACE;
}
</style>