Shades of Curious Blue #3375B7
Tints of Curious Blue #3375B7
RGB
CMYK
RGB Variations
Color information
#3375B7 (or 0x3375B7) is known color: Curious Blue. HEX triplet: 33, 75 and B7. RGB value is (51,117,183). Sum of RGB (Red+Green+Blue) = 51+117+183=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #3375B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375B7 is #CC8A48. Grayscale: #686868. Windows color (decimal): -13404745 or 12023091. OLE color: 12023091.
HSL color Cylindrical-coordinate representation of color #3375B7: hue angle of 210º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3375B7 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 117 | 183 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.28 |
| HSL | 210º | 0.56% | 0.46% | - |
| HSV(B) | 210º | 0.72% | 0.72% | - |
| XYZ | 16.27 | 16.85 | 47.19 | - |
| YUV | 104.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 183 | 0.72 | 0.36 | 0 | 0.28 | 210 | 0.56 | 0.46 |
| Hex | 33 | 75 | B7 | 48 | 24 | 0 | 1C | D2 | 38 | 2E |
| Octal | 63 | 165 | 267 | 110 | 44 | 0 | 34 | 322 | 70 | 56 |
| Binary | 110011 | 1110101 | 10110111 | 1001000 | 100100 | 0 | 11100 | 11010010 | 111000 | 101110 |
Color Harmonies of #3375B7
Complementary color
Monochromatic Colors of #3375B7
Black with #3375B7
Text Example
Text Example
White with #3375B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3375B7; }
p { color: rgb(51,117,183); }
H1.HeaderClassName
{
color: #3375B7;
}
.AnyTagClassName
{
color: #3375B7;
}
</style>
background-color css
<style>
a { background-color: #3375B7; }
a { background-color: rgb(51,117,183); }
div.DivClassName
{
background-color: #3375B7;
}
.BgClassName
{
background-color: #3375B7;
}
</style>
border-color css
<style>
span { border-color: #3375B7; }
span { border-color: rgb(51,117,183); }
td.TdClassName
{
border-color: #3375B7;
}
.TagClassName
{
border-color: #3375B7;
}
</style>