Shades of Cerulean Blue #3660C2
Tints of Cerulean Blue #3660C2
RGB
CMYK
RGB Variations
Color information
#3660C2 (or 0x3660C2) is known color: Cerulean Blue. HEX triplet: 36, 60 and C2. RGB value is (54,96,194). Sum of RGB (Red+Green+Blue) = 54+96+194=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 194 (76.17% from 255 or 56.40% from 344); Max value from RGB is 194 - color contains mainly: blue. Hex color #3660C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3660C2 is #C99F3D. Grayscale: #5E5E5E. Windows color (decimal): -13213502 or 12738614. OLE color: 12738614.
HSL color Cylindrical-coordinate representation of color #3660C2: hue angle of 222º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3660C2 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 96 | 194 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.24 |
| HSL | 222º | 0.56% | 0.49% | - |
| HSV(B) | 222º | 0.72% | 0.76% | - |
| XYZ | 15.44 | 13.05 | 52.74 | - |
| YUV | 94.61 | 184.09 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 96 | 194 | 0.72 | 0.51 | 0 | 0.24 | 222 | 0.56 | 0.49 |
| Hex | 36 | 60 | C2 | 48 | 33 | 0 | 18 | DE | 38 | 31 |
| Octal | 66 | 140 | 302 | 110 | 63 | 0 | 30 | 336 | 70 | 61 |
| Binary | 110110 | 1100000 | 11000010 | 1001000 | 110011 | 0 | 11000 | 11011110 | 111000 | 110001 |
Color Harmonies of #3660C2
Complementary color
Monochromatic Colors of #3660C2
Black with #3660C2
Text Example
Text Example
White with #3660C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3660C2; }
p { color: rgb(54,96,194); }
H1.HeaderClassName
{
color: #3660C2;
}
.AnyTagClassName
{
color: #3660C2;
}
</style>
background-color css
<style>
a { background-color: #3660C2; }
a { background-color: rgb(54,96,194); }
div.DivClassName
{
background-color: #3660C2;
}
.BgClassName
{
background-color: #3660C2;
}
</style>
border-color css
<style>
span { border-color: #3660C2; }
span { border-color: rgb(54,96,194); }
td.TdClassName
{
border-color: #3660C2;
}
.TagClassName
{
border-color: #3660C2;
}
</style>