Shades of Curious Blue #3375BC
Tints of Curious Blue #3375BC
RGB
CMYK
RGB Variations
Color information
#3375BC (or 0x3375BC) is known color: Curious Blue. HEX triplet: 33, 75 and BC. RGB value is (51,117,188). Sum of RGB (Red+Green+Blue) = 51+117+188=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #3375BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375BC is #CC8A43. Grayscale: #696969. Windows color (decimal): -13404740 or 12350771. OLE color: 12350771.
HSL color Cylindrical-coordinate representation of color #3375BC: hue angle of 211.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3375BC is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 117 | 188 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.26 |
| HSL | 211.09º | 0.57% | 0.47% | - |
| HSV(B) | 211.09º | 0.73% | 0.74% | - |
| XYZ | 16.8 | 17.06 | 49.98 | - |
| YUV | 105.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 188 | 0.73 | 0.38 | 0 | 0.26 | 211.09 | 0.57 | 0.47 |
| Hex | 33 | 75 | BC | 49 | 26 | 0 | 1A | D3 | 39 | 2F |
| Octal | 63 | 165 | 274 | 111 | 46 | 0 | 32 | 323 | 71 | 57 |
| Binary | 110011 | 1110101 | 10111100 | 1001001 | 100110 | 0 | 11010 | 11010011 | 111001 | 101111 |
Color Harmonies of #3375BC
Complementary color
Monochromatic Colors of #3375BC
Black with #3375BC
Text Example
Text Example
White with #3375BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3375BC; }
p { color: rgb(51,117,188); }
H1.HeaderClassName
{
color: #3375BC;
}
.AnyTagClassName
{
color: #3375BC;
}
</style>
background-color css
<style>
a { background-color: #3375BC; }
a { background-color: rgb(51,117,188); }
div.DivClassName
{
background-color: #3375BC;
}
.BgClassName
{
background-color: #3375BC;
}
</style>
border-color css
<style>
span { border-color: #3375BC; }
span { border-color: rgb(51,117,188); }
td.TdClassName
{
border-color: #3375BC;
}
.TagClassName
{
border-color: #3375BC;
}
</style>