Shades of Cerulean Blue #375DB3
Tints of Cerulean Blue #375DB3
RGB
CMYK
RGB Variations
Color information
#375DB3 (or 0x375DB3) is known color: Cerulean Blue. HEX triplet: 37, 5D and B3. RGB value is (55,93,179). Sum of RGB (Red+Green+Blue) = 55+93+179=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #375DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DB3 is #C8A24C. Grayscale: #5B5B5B. Windows color (decimal): -13148749 or 11754807. OLE color: 11754807.
HSL color Cylindrical-coordinate representation of color #375DB3: hue angle of 221.61º degrees, saturation: 0.53, 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 #375DB3 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 93 | 179 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.30 |
| HSL | 221.61º | 0.53% | 0.46% | - |
| HSV(B) | 221.61º | 0.69% | 0.7% | - |
| XYZ | 13.63 | 11.9 | 44.23 | - |
| YUV | 91.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 179 | 0.69 | 0.48 | 0 | 0.30 | 221.61 | 0.53 | 0.46 |
| Hex | 37 | 5D | B3 | 45 | 30 | 0 | 1E | DE | 35 | 2E |
| Octal | 67 | 135 | 263 | 105 | 60 | 0 | 36 | 336 | 65 | 56 |
| Binary | 110111 | 1011101 | 10110011 | 1000101 | 110000 | 0 | 11110 | 11011110 | 110101 | 101110 |
Color Harmonies of #375DB3
Complementary color
Monochromatic Colors of #375DB3
Black with #375DB3
Text Example
Text Example
White with #375DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DB3; }
p { color: rgb(55,93,179); }
H1.HeaderClassName
{
color: #375DB3;
}
.AnyTagClassName
{
color: #375DB3;
}
</style>
background-color css
<style>
a { background-color: #375DB3; }
a { background-color: rgb(55,93,179); }
div.DivClassName
{
background-color: #375DB3;
}
.BgClassName
{
background-color: #375DB3;
}
</style>
border-color css
<style>
span { border-color: #375DB3; }
span { border-color: rgb(55,93,179); }
td.TdClassName
{
border-color: #375DB3;
}
.TagClassName
{
border-color: #375DB3;
}
</style>