Shades of Cerulean Blue #3664C2
Tints of Cerulean Blue #3664C2
RGB
CMYK
RGB Variations
Color information
#3664C2 (or 0x3664C2) is known color: Cerulean Blue. HEX triplet: 36, 64 and C2. RGB value is (54,100,194). Sum of RGB (Red+Green+Blue) = 54+100+194=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 194 (76.17% from 255 or 55.75% from 348); Max value from RGB is 194 - color contains mainly: blue. Hex color #3664C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3664C2 is #C99B3D. Grayscale: #606060. Windows color (decimal): -13212478 or 12739638. OLE color: 12739638.
HSL color Cylindrical-coordinate representation of color #3664C2: hue angle of 220.29º 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 #3664C2 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 100 | 194 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.24 |
| HSL | 220.29º | 0.56% | 0.49% | - |
| HSV(B) | 220.29º | 0.72% | 0.76% | - |
| XYZ | 15.82 | 13.79 | 52.87 | - |
| YUV | 96.96 | 182.76 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 100 | 194 | 0.72 | 0.48 | 0 | 0.24 | 220.29 | 0.56 | 0.49 |
| Hex | 36 | 64 | C2 | 48 | 30 | 0 | 18 | DC | 38 | 31 |
| Octal | 66 | 144 | 302 | 110 | 60 | 0 | 30 | 334 | 70 | 61 |
| Binary | 110110 | 1100100 | 11000010 | 1001000 | 110000 | 0 | 11000 | 11011100 | 111000 | 110001 |
Color Harmonies of #3664C2
Complementary color
Monochromatic Colors of #3664C2
Black with #3664C2
Text Example
Text Example
White with #3664C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3664C2; }
p { color: rgb(54,100,194); }
H1.HeaderClassName
{
color: #3664C2;
}
.AnyTagClassName
{
color: #3664C2;
}
</style>
background-color css
<style>
a { background-color: #3664C2; }
a { background-color: rgb(54,100,194); }
div.DivClassName
{
background-color: #3664C2;
}
.BgClassName
{
background-color: #3664C2;
}
</style>
border-color css
<style>
span { border-color: #3664C2; }
span { border-color: rgb(54,100,194); }
td.TdClassName
{
border-color: #3664C2;
}
.TagClassName
{
border-color: #3664C2;
}
</style>