Shades of Cerulean Blue #3850B2
Tints of Cerulean Blue #3850B2
RGB
CMYK
RGB Variations
Color information
#3850B2 (or 0x3850B2) is known color: Cerulean Blue. HEX triplet: 38, 50 and B2. RGB value is (56,80,178). Sum of RGB (Red+Green+Blue) = 56+80+178=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #3850B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3850B2 is #C7AF4D. Grayscale: #535353. Windows color (decimal): -13086542 or 11685944. OLE color: 11685944.
HSL color Cylindrical-coordinate representation of color #3850B2: hue angle of 228.2º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3850B2 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 80 | 178 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.30 |
| HSL | 228.2º | 0.52% | 0.46% | - |
| HSV(B) | 228.2º | 0.69% | 0.7% | - |
| XYZ | 12.54 | 9.79 | 43.35 | - |
| YUV | 84 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 178 | 0.69 | 0.55 | 0 | 0.30 | 228.2 | 0.52 | 0.46 |
| Hex | 38 | 50 | B2 | 45 | 37 | 0 | 1E | E4 | 34 | 2E |
| Octal | 70 | 120 | 262 | 105 | 67 | 0 | 36 | 344 | 64 | 56 |
| Binary | 111000 | 1010000 | 10110010 | 1000101 | 110111 | 0 | 11110 | 11100100 | 110100 | 101110 |
Color Harmonies of #3850B2
Complementary color
Monochromatic Colors of #3850B2
Black with #3850B2
Text Example
Text Example
White with #3850B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3850B2; }
p { color: rgb(56,80,178); }
H1.HeaderClassName
{
color: #3850B2;
}
.AnyTagClassName
{
color: #3850B2;
}
</style>
background-color css
<style>
a { background-color: #3850B2; }
a { background-color: rgb(56,80,178); }
div.DivClassName
{
background-color: #3850B2;
}
.BgClassName
{
background-color: #3850B2;
}
</style>
border-color css
<style>
span { border-color: #3850B2; }
span { border-color: rgb(56,80,178); }
td.TdClassName
{
border-color: #3850B2;
}
.TagClassName
{
border-color: #3850B2;
}
</style>