Shades of Cerulean Blue #3361B4
Tints of Cerulean Blue #3361B4
RGB
CMYK
RGB Variations
Color information
#3361B4 (or 0x3361B4) is known color: Cerulean Blue. HEX triplet: 33, 61 and B4. RGB value is (51,97,180). Sum of RGB (Red+Green+Blue) = 51+97+180=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #3361B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3361B4 is #CC9E4B. Grayscale: #5C5C5C. Windows color (decimal): -13409868 or 11821363. OLE color: 11821363.
HSL color Cylindrical-coordinate representation of color #3361B4: hue angle of 218.6º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3361B4 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 97 | 180 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.29 |
| HSL | 218.6º | 0.56% | 0.45% | - |
| HSV(B) | 218.6º | 0.72% | 0.71% | - |
| XYZ | 13.88 | 12.55 | 44.87 | - |
| YUV | 92.71 | 177.26 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 180 | 0.72 | 0.46 | 0 | 0.29 | 218.6 | 0.56 | 0.45 |
| Hex | 33 | 61 | B4 | 48 | 2E | 0 | 1D | DB | 38 | 2D |
| Octal | 63 | 141 | 264 | 110 | 56 | 0 | 35 | 333 | 70 | 55 |
| Binary | 110011 | 1100001 | 10110100 | 1001000 | 101110 | 0 | 11101 | 11011011 | 111000 | 101101 |
Color Harmonies of #3361B4
Complementary color
Monochromatic Colors of #3361B4
Black with #3361B4
Text Example
Text Example
White with #3361B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3361B4; }
p { color: rgb(51,97,180); }
H1.HeaderClassName
{
color: #3361B4;
}
.AnyTagClassName
{
color: #3361B4;
}
</style>
background-color css
<style>
a { background-color: #3361B4; }
a { background-color: rgb(51,97,180); }
div.DivClassName
{
background-color: #3361B4;
}
.BgClassName
{
background-color: #3361B4;
}
</style>
border-color css
<style>
span { border-color: #3361B4; }
span { border-color: rgb(51,97,180); }
td.TdClassName
{
border-color: #3361B4;
}
.TagClassName
{
border-color: #3361B4;
}
</style>