Shades of Curious Blue #3675BD
Tints of Curious Blue #3675BD
RGB
CMYK
RGB Variations
Color information
#3675BD (or 0x3675BD) is known color: Curious Blue. HEX triplet: 36, 75 and BD. RGB value is (54,117,189). Sum of RGB (Red+Green+Blue) = 54+117+189=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #3675BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3675BD is #C98A42. Grayscale: #6A6A6A. Windows color (decimal): -13208131 or 12416310. OLE color: 12416310.
HSL color Cylindrical-coordinate representation of color #3675BD: hue angle of 212º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3675BD is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 117 | 189 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.26 |
| HSL | 212º | 0.56% | 0.48% | - |
| HSV(B) | 212º | 0.71% | 0.74% | - |
| XYZ | 17.07 | 17.18 | 50.56 | - |
| YUV | 106.37 | 174.63 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 189 | 0.71 | 0.38 | 0 | 0.26 | 212 | 0.56 | 0.48 |
| Hex | 36 | 75 | BD | 47 | 26 | 0 | 1A | D4 | 38 | 30 |
| Octal | 66 | 165 | 275 | 107 | 46 | 0 | 32 | 324 | 70 | 60 |
| Binary | 110110 | 1110101 | 10111101 | 1000111 | 100110 | 0 | 11010 | 11010100 | 111000 | 110000 |
Color Harmonies of #3675BD
Complementary color
Monochromatic Colors of #3675BD
Black with #3675BD
Text Example
Text Example
White with #3675BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3675BD; }
p { color: rgb(54,117,189); }
H1.HeaderClassName
{
color: #3675BD;
}
.AnyTagClassName
{
color: #3675BD;
}
</style>
background-color css
<style>
a { background-color: #3675BD; }
a { background-color: rgb(54,117,189); }
div.DivClassName
{
background-color: #3675BD;
}
.BgClassName
{
background-color: #3675BD;
}
</style>
border-color css
<style>
span { border-color: #3675BD; }
span { border-color: rgb(54,117,189); }
td.TdClassName
{
border-color: #3675BD;
}
.TagClassName
{
border-color: #3675BD;
}
</style>