Shades of Curious Blue #3375B9
Tints of Curious Blue #3375B9
RGB
CMYK
RGB Variations
Color information
#3375B9 (or 0x3375B9) is known color: Curious Blue. HEX triplet: 33, 75 and B9. RGB value is (51,117,185). Sum of RGB (Red+Green+Blue) = 51+117+185=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #3375B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375B9 is #CC8A46. Grayscale: #686868. Windows color (decimal): -13404743 or 12154163. OLE color: 12154163.
HSL color Cylindrical-coordinate representation of color #3375B9: hue angle of 210.45º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3375B9 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 117 | 185 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.27 |
| HSL | 210.45º | 0.57% | 0.46% | - |
| HSV(B) | 210.45º | 0.72% | 0.73% | - |
| XYZ | 16.48 | 16.93 | 48.3 | - |
| YUV | 105.02 | 173.13 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 185 | 0.72 | 0.37 | 0 | 0.27 | 210.45 | 0.57 | 0.46 |
| Hex | 33 | 75 | B9 | 48 | 25 | 0 | 1B | D2 | 39 | 2E |
| Octal | 63 | 165 | 271 | 110 | 45 | 0 | 33 | 322 | 71 | 56 |
| Binary | 110011 | 1110101 | 10111001 | 1001000 | 100101 | 0 | 11011 | 11010010 | 111001 | 101110 |
Color Harmonies of #3375B9
Complementary color
Monochromatic Colors of #3375B9
Black with #3375B9
Text Example
Text Example
White with #3375B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3375B9; }
p { color: rgb(51,117,185); }
H1.HeaderClassName
{
color: #3375B9;
}
.AnyTagClassName
{
color: #3375B9;
}
</style>
background-color css
<style>
a { background-color: #3375B9; }
a { background-color: rgb(51,117,185); }
div.DivClassName
{
background-color: #3375B9;
}
.BgClassName
{
background-color: #3375B9;
}
</style>
border-color css
<style>
span { border-color: #3375B9; }
span { border-color: rgb(51,117,185); }
td.TdClassName
{
border-color: #3375B9;
}
.TagClassName
{
border-color: #3375B9;
}
</style>