Shades of Cerulean Blue #3665C2
Tints of Cerulean Blue #3665C2
RGB
CMYK
RGB Variations
Color information
#3665C2 (or 0x3665C2) is known color: Cerulean Blue. HEX triplet: 36, 65 and C2. RGB value is (54,101,194). Sum of RGB (Red+Green+Blue) = 54+101+194=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 194 (76.17% from 255 or 55.59% from 349); Max value from RGB is 194 - color contains mainly: blue. Hex color #3665C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3665C2 is #C99A3D. Grayscale: #616161. Windows color (decimal): -13212222 or 12739894. OLE color: 12739894.
HSL color Cylindrical-coordinate representation of color #3665C2: hue angle of 219.86º 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 #3665C2 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 101 | 194 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.24 |
| HSL | 219.86º | 0.56% | 0.49% | - |
| HSV(B) | 219.86º | 0.72% | 0.76% | - |
| XYZ | 15.91 | 13.99 | 52.9 | - |
| YUV | 97.55 | 182.43 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 194 | 0.72 | 0.48 | 0 | 0.24 | 219.86 | 0.56 | 0.49 |
| Hex | 36 | 65 | C2 | 48 | 30 | 0 | 18 | DC | 38 | 31 |
| Octal | 66 | 145 | 302 | 110 | 60 | 0 | 30 | 334 | 70 | 61 |
| Binary | 110110 | 1100101 | 11000010 | 1001000 | 110000 | 0 | 11000 | 11011100 | 111000 | 110001 |
Color Harmonies of #3665C2
Complementary color
Monochromatic Colors of #3665C2
Black with #3665C2
Text Example
Text Example
White with #3665C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3665C2; }
p { color: rgb(54,101,194); }
H1.HeaderClassName
{
color: #3665C2;
}
.AnyTagClassName
{
color: #3665C2;
}
</style>
background-color css
<style>
a { background-color: #3665C2; }
a { background-color: rgb(54,101,194); }
div.DivClassName
{
background-color: #3665C2;
}
.BgClassName
{
background-color: #3665C2;
}
</style>
border-color css
<style>
span { border-color: #3665C2; }
span { border-color: rgb(54,101,194); }
td.TdClassName
{
border-color: #3665C2;
}
.TagClassName
{
border-color: #3665C2;
}
</style>