Shades of Curious Blue #388CBD
Tints of Curious Blue #388CBD
RGB
CMYK
RGB Variations
Color information
#388CBD (or 0x388CBD) is known color: Curious Blue. HEX triplet: 38, 8C and BD. RGB value is (56,140,189). Sum of RGB (Red+Green+Blue) = 56+140+189=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #388CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CBD is #C77342. Grayscale: #787878. Windows color (decimal): -13071171 or 12422200. OLE color: 12422200.
HSL color Cylindrical-coordinate representation of color #388CBD: hue angle of 202.11º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388CBD is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 140 | 189 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.26 |
| HSL | 202.11º | 0.54% | 0.48% | - |
| HSV(B) | 202.11º | 0.7% | 0.74% | - |
| XYZ | 20.19 | 23.27 | 51.57 | - |
| YUV | 120.47 | 166.67 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 189 | 0.70 | 0.26 | 0 | 0.26 | 202.11 | 0.54 | 0.48 |
| Hex | 38 | 8C | BD | 46 | 1A | 0 | 1A | CA | 36 | 30 |
| Octal | 70 | 214 | 275 | 106 | 32 | 0 | 32 | 312 | 66 | 60 |
| Binary | 111000 | 10001100 | 10111101 | 1000110 | 11010 | 0 | 11010 | 11001010 | 110110 | 110000 |
Color Harmonies of #388CBD
Complementary color
Monochromatic Colors of #388CBD
Black with #388CBD
Text Example
Text Example
White with #388CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CBD; }
p { color: rgb(56,140,189); }
H1.HeaderClassName
{
color: #388CBD;
}
.AnyTagClassName
{
color: #388CBD;
}
</style>
background-color css
<style>
a { background-color: #388CBD; }
a { background-color: rgb(56,140,189); }
div.DivClassName
{
background-color: #388CBD;
}
.BgClassName
{
background-color: #388CBD;
}
</style>
border-color css
<style>
span { border-color: #388CBD; }
span { border-color: rgb(56,140,189); }
td.TdClassName
{
border-color: #388CBD;
}
.TagClassName
{
border-color: #388CBD;
}
</style>