Shades of Curious Blue #3675CC
Tints of Curious Blue #3675CC
RGB
CMYK
RGB Variations
Color information
#3675CC (or 0x3675CC) is known color: Curious Blue. HEX triplet: 36, 75 and CC. RGB value is (54,117,204). Sum of RGB (Red+Green+Blue) = 54+117+204=375 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.4% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #3675CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3675CC is #C98A33. Grayscale: #6B6B6B. Windows color (decimal): -13208116 or 13399350. OLE color: 13399350.
HSL color Cylindrical-coordinate representation of color #3675CC: hue angle of 214.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3675CC is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 117 | 204 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.2 |
| HSL | 214.8º | 0.6% | 0.51% | - |
| HSV(B) | 214.8º | 0.74% | 0.8% | - |
| XYZ | 18.78 | 17.87 | 59.59 | - |
| YUV | 108.08 | 182.13 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 204 | 0.74 | 0.43 | 0 | 0.2 | 214.8 | 0.6 | 0.51 |
| Hex | 36 | 75 | CC | 4A | 2B | 0 | 14 | D7 | 3C | 33 |
| Octal | 66 | 165 | 314 | 112 | 53 | 0 | 24 | 327 | 74 | 63 |
| Binary | 110110 | 1110101 | 11001100 | 1001010 | 101011 | 0 | 10100 | 11010111 | 111100 | 110011 |
Color Harmonies of #3675CC
Complementary color
Monochromatic Colors of #3675CC
Black with #3675CC
Text Example
Text Example
White with #3675CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3675CC; }
p { color: rgb(54,117,204); }
H1.HeaderClassName
{
color: #3675CC;
}
.AnyTagClassName
{
color: #3675CC;
}
</style>
background-color css
<style>
a { background-color: #3675CC; }
a { background-color: rgb(54,117,204); }
div.DivClassName
{
background-color: #3675CC;
}
.BgClassName
{
background-color: #3675CC;
}
</style>
border-color css
<style>
span { border-color: #3675CC; }
span { border-color: rgb(54,117,204); }
td.TdClassName
{
border-color: #3675CC;
}
.TagClassName
{
border-color: #3675CC;
}
</style>