Shades of Cerulean Blue #3669C3
Tints of Cerulean Blue #3669C3
RGB
CMYK
RGB Variations
Color information
#3669C3 (or 0x3669C3) is known color: Cerulean Blue. HEX triplet: 36, 69 and C3. RGB value is (54,105,195). Sum of RGB (Red+Green+Blue) = 54+105+195=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #3669C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3669C3 is #C9963C. Grayscale: #636363. Windows color (decimal): -13211197 or 12806454. OLE color: 12806454.
HSL color Cylindrical-coordinate representation of color #3669C3: hue angle of 218.3º degrees, saturation: 0.57, 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 #3669C3 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 105 | 195 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.24 |
| HSL | 218.3º | 0.57% | 0.49% | - |
| HSV(B) | 218.3º | 0.72% | 0.76% | - |
| XYZ | 16.42 | 14.83 | 53.63 | - |
| YUV | 100.01 | 181.6 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 195 | 0.72 | 0.46 | 0 | 0.24 | 218.3 | 0.57 | 0.49 |
| Hex | 36 | 69 | C3 | 48 | 2E | 0 | 18 | DA | 39 | 31 |
| Octal | 66 | 151 | 303 | 110 | 56 | 0 | 30 | 332 | 71 | 61 |
| Binary | 110110 | 1101001 | 11000011 | 1001000 | 101110 | 0 | 11000 | 11011010 | 111001 | 110001 |
Color Harmonies of #3669C3
Complementary color
Monochromatic Colors of #3669C3
Black with #3669C3
Text Example
Text Example
White with #3669C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3669C3; }
p { color: rgb(54,105,195); }
H1.HeaderClassName
{
color: #3669C3;
}
.AnyTagClassName
{
color: #3669C3;
}
</style>
background-color css
<style>
a { background-color: #3669C3; }
a { background-color: rgb(54,105,195); }
div.DivClassName
{
background-color: #3669C3;
}
.BgClassName
{
background-color: #3669C3;
}
</style>
border-color css
<style>
span { border-color: #3669C3; }
span { border-color: rgb(54,105,195); }
td.TdClassName
{
border-color: #3669C3;
}
.TagClassName
{
border-color: #3669C3;
}
</style>