Shades of Curious Blue #3375CC
Tints of Curious Blue #3375CC
RGB
CMYK
RGB Variations
Color information
#3375CC (or 0x3375CC) is known color: Curious Blue. HEX triplet: 33, 75 and CC. RGB value is (51,117,204). Sum of RGB (Red+Green+Blue) = 51+117+204=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #3375CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375CC is #CC8A33. Grayscale: #6A6A6A. Windows color (decimal): -13404724 or 13399347. OLE color: 13399347.
HSL color Cylindrical-coordinate representation of color #3375CC: hue angle of 214.12º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3375CC is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 117 | 204 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.2 |
| HSL | 214.12º | 0.6% | 0.5% | - |
| HSV(B) | 214.12º | 0.75% | 0.8% | - |
| XYZ | 18.63 | 17.79 | 59.58 | - |
| YUV | 107.18 | 182.63 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 204 | 0.75 | 0.43 | 0 | 0.2 | 214.12 | 0.6 | 0.5 |
| Hex | 33 | 75 | CC | 4B | 2B | 0 | 14 | D6 | 3C | 32 |
| Octal | 63 | 165 | 314 | 113 | 53 | 0 | 24 | 326 | 74 | 62 |
| Binary | 110011 | 1110101 | 11001100 | 1001011 | 101011 | 0 | 10100 | 11010110 | 111100 | 110010 |
Color Harmonies of #3375CC
Complementary color
Monochromatic Colors of #3375CC
Black with #3375CC
Text Example
Text Example
White with #3375CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3375CC; }
p { color: rgb(51,117,204); }
H1.HeaderClassName
{
color: #3375CC;
}
.AnyTagClassName
{
color: #3375CC;
}
</style>
background-color css
<style>
a { background-color: #3375CC; }
a { background-color: rgb(51,117,204); }
div.DivClassName
{
background-color: #3375CC;
}
.BgClassName
{
background-color: #3375CC;
}
</style>
border-color css
<style>
span { border-color: #3375CC; }
span { border-color: rgb(51,117,204); }
td.TdClassName
{
border-color: #3375CC;
}
.TagClassName
{
border-color: #3375CC;
}
</style>