Shades of Curious Blue #3898CB
Tints of Curious Blue #3898CB
RGB
CMYK
RGB Variations
Color information
#3898CB (or 0x3898CB) is known color: Curious Blue. HEX triplet: 38, 98 and CB. RGB value is (56,152,203). Sum of RGB (Red+Green+Blue) = 56+152+203=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #3898CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3898CB is #C76734. Grayscale: #808080. Windows color (decimal): -13068085 or 13342776. OLE color: 13342776.
HSL color Cylindrical-coordinate representation of color #3898CB: hue angle of 200.82º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3898CB is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 152 | 203 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.20 |
| HSL | 200.82º | 0.59% | 0.51% | - |
| HSV(B) | 200.82º | 0.72% | 0.8% | - |
| XYZ | 23.64 | 27.61 | 60.58 | - |
| YUV | 129.11 | 169.7 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 203 | 0.72 | 0.25 | 0 | 0.20 | 200.82 | 0.59 | 0.51 |
| Hex | 38 | 98 | CB | 48 | 19 | 0 | 14 | C9 | 3B | 33 |
| Octal | 70 | 230 | 313 | 110 | 31 | 0 | 24 | 311 | 73 | 63 |
| Binary | 111000 | 10011000 | 11001011 | 1001000 | 11001 | 0 | 10100 | 11001001 | 111011 | 110011 |
Color Harmonies of #3898CB
Complementary color
Monochromatic Colors of #3898CB
Black with #3898CB
Text Example
Text Example
White with #3898CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3898CB; }
p { color: rgb(56,152,203); }
H1.HeaderClassName
{
color: #3898CB;
}
.AnyTagClassName
{
color: #3898CB;
}
</style>
background-color css
<style>
a { background-color: #3898CB; }
a { background-color: rgb(56,152,203); }
div.DivClassName
{
background-color: #3898CB;
}
.BgClassName
{
background-color: #3898CB;
}
</style>
border-color css
<style>
span { border-color: #3898CB; }
span { border-color: rgb(56,152,203); }
td.TdClassName
{
border-color: #3898CB;
}
.TagClassName
{
border-color: #3898CB;
}
</style>