Shades of Curious Blue #388AB3
Tints of Curious Blue #388AB3
RGB
CMYK
RGB Variations
Color information
#388AB3 (or 0x388AB3) is known color: Curious Blue. HEX triplet: 38, 8A and B3. RGB value is (56,138,179). Sum of RGB (Red+Green+Blue) = 56+138+179=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #388AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388AB3 is #C7754C. Grayscale: #757575. Windows color (decimal): -13071693 or 11766328. OLE color: 11766328.
HSL color Cylindrical-coordinate representation of color #388AB3: hue angle of 200º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388AB3 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 138 | 179 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.30 |
| HSL | 200º | 0.52% | 0.46% | - |
| HSV(B) | 200º | 0.69% | 0.7% | - |
| XYZ | 18.86 | 22.27 | 45.95 | - |
| YUV | 118.16 | 162.33 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 179 | 0.69 | 0.23 | 0 | 0.30 | 200 | 0.52 | 0.46 |
| Hex | 38 | 8A | B3 | 45 | 17 | 0 | 1E | C8 | 34 | 2E |
| Octal | 70 | 212 | 263 | 105 | 27 | 0 | 36 | 310 | 64 | 56 |
| Binary | 111000 | 10001010 | 10110011 | 1000101 | 10111 | 0 | 11110 | 11001000 | 110100 | 101110 |
Color Harmonies of #388AB3
Complementary color
Monochromatic Colors of #388AB3
Black with #388AB3
Text Example
Text Example
White with #388AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388AB3; }
p { color: rgb(56,138,179); }
H1.HeaderClassName
{
color: #388AB3;
}
.AnyTagClassName
{
color: #388AB3;
}
</style>
background-color css
<style>
a { background-color: #388AB3; }
a { background-color: rgb(56,138,179); }
div.DivClassName
{
background-color: #388AB3;
}
.BgClassName
{
background-color: #388AB3;
}
</style>
border-color css
<style>
span { border-color: #388AB3; }
span { border-color: rgb(56,138,179); }
td.TdClassName
{
border-color: #388AB3;
}
.TagClassName
{
border-color: #388AB3;
}
</style>