Shades of Curious Blue #3D88DB
Tints of Curious Blue #3D88DB
RGB
CMYK
RGB Variations
Color information
#3D88DB (or 0x3D88DB) is known color: Curious Blue. HEX triplet: 3D, 88 and DB. RGB value is (61,136,219). Sum of RGB (Red+Green+Blue) = 61+136+219=416 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.66% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D88DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D88DB is #C27724. Grayscale: #7A7A7A. Windows color (decimal): -12744485 or 14387261. OLE color: 14387261.
HSL color Cylindrical-coordinate representation of color #3D88DB: hue angle of 211.52º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D88DB is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 136 | 219 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.14 |
| HSL | 211.52º | 0.69% | 0.55% | - |
| HSV(B) | 211.52º | 0.72% | 0.86% | - |
| XYZ | 23.51 | 23.71 | 70.36 | - |
| YUV | 123.04 | 182.15 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 219 | 0.72 | 0.38 | 0 | 0.14 | 211.52 | 0.69 | 0.55 |
| Hex | 3D | 88 | DB | 48 | 26 | 0 | E | D4 | 45 | 37 |
| Octal | 75 | 210 | 333 | 110 | 46 | 0 | 16 | 324 | 105 | 67 |
| Binary | 111101 | 10001000 | 11011011 | 1001000 | 100110 | 0 | 1110 | 11010100 | 1000101 | 110111 |
Color Harmonies of #3D88DB
Complementary color
Monochromatic Colors of #3D88DB
Black with #3D88DB
Text Example
Text Example
White with #3D88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D88DB; }
p { color: rgb(61,136,219); }
H1.HeaderClassName
{
color: #3D88DB;
}
.AnyTagClassName
{
color: #3D88DB;
}
</style>
background-color css
<style>
a { background-color: #3D88DB; }
a { background-color: rgb(61,136,219); }
div.DivClassName
{
background-color: #3D88DB;
}
.BgClassName
{
background-color: #3D88DB;
}
</style>
border-color css
<style>
span { border-color: #3D88DB; }
span { border-color: rgb(61,136,219); }
td.TdClassName
{
border-color: #3D88DB;
}
.TagClassName
{
border-color: #3D88DB;
}
</style>