Shades of Curious Blue #3375BA
Tints of Curious Blue #3375BA
RGB
CMYK
RGB Variations
Color information
#3375BA (or 0x3375BA) is known color: Curious Blue. HEX triplet: 33, 75 and BA. RGB value is (51,117,186). Sum of RGB (Red+Green+Blue) = 51+117+186=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #3375BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375BA is #CC8A45. Grayscale: #686868. Windows color (decimal): -13404742 or 12219699. OLE color: 12219699.
HSL color Cylindrical-coordinate representation of color #3375BA: hue angle of 210.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3375BA is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 117 | 186 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.27 |
| HSL | 210.67º | 0.57% | 0.46% | - |
| HSV(B) | 210.67º | 0.73% | 0.73% | - |
| XYZ | 16.59 | 16.97 | 48.86 | - |
| YUV | 105.13 | 173.63 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 186 | 0.73 | 0.37 | 0 | 0.27 | 210.67 | 0.57 | 0.46 |
| Hex | 33 | 75 | BA | 49 | 25 | 0 | 1B | D3 | 39 | 2E |
| Octal | 63 | 165 | 272 | 111 | 45 | 0 | 33 | 323 | 71 | 56 |
| Binary | 110011 | 1110101 | 10111010 | 1001001 | 100101 | 0 | 11011 | 11010011 | 111001 | 101110 |
Color Harmonies of #3375BA
Complementary color
Monochromatic Colors of #3375BA
Black with #3375BA
Text Example
Text Example
White with #3375BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3375BA; }
p { color: rgb(51,117,186); }
H1.HeaderClassName
{
color: #3375BA;
}
.AnyTagClassName
{
color: #3375BA;
}
</style>
background-color css
<style>
a { background-color: #3375BA; }
a { background-color: rgb(51,117,186); }
div.DivClassName
{
background-color: #3375BA;
}
.BgClassName
{
background-color: #3375BA;
}
</style>
border-color css
<style>
span { border-color: #3375BA; }
span { border-color: rgb(51,117,186); }
td.TdClassName
{
border-color: #3375BA;
}
.TagClassName
{
border-color: #3375BA;
}
</style>