Shades of Ultramarine #3609B3
Tints of Ultramarine #3609B3
RGB
CMYK
RGB Variations
Color information
#3609B3 (or 0x3609B3) is known color: Ultramarine. HEX triplet: 36, 09 and B3. RGB value is (54,9,179). Sum of RGB (Red+Green+Blue) = 54+9+179=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 179 (70.31% from 255 or 73.97% from 242); Max value from RGB is 179 - color contains mainly: blue. Hex color #3609B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3609B3 is #C9F64C. Grayscale: #292929. Windows color (decimal): -13235789 or 11733302. OLE color: 11733302.
HSL color Cylindrical-coordinate representation of color #3609B3: hue angle of 255.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3609B3 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 9 | 179 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.30 |
| HSL | 255.88º | 0.9% | 0.37% | - |
| HSV(B) | 255.88º | 0.95% | 0.7% | - |
| XYZ | 9.76 | 4.23 | 42.95 | - |
| YUV | 41.84 | 205.41 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 179 | 0.70 | 0.95 | 0 | 0.30 | 255.88 | 0.9 | 0.37 |
| Hex | 36 | 9 | B3 | 46 | 5F | 0 | 1E | 100 | 5A | 25 |
| Octal | 66 | 11 | 263 | 106 | 137 | 0 | 36 | 400 | 132 | 45 |
| Binary | 110110 | 1001 | 10110011 | 1000110 | 1011111 | 0 | 11110 | 100000000 | 1011010 | 100101 |
Color Harmonies of #3609B3
Complementary color
Monochromatic Colors of #3609B3
Black with #3609B3
Text Example
Text Example
White with #3609B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3609B3; }
p { color: rgb(54,9,179); }
H1.HeaderClassName
{
color: #3609B3;
}
.AnyTagClassName
{
color: #3609B3;
}
</style>
background-color css
<style>
a { background-color: #3609B3; }
a { background-color: rgb(54,9,179); }
div.DivClassName
{
background-color: #3609B3;
}
.BgClassName
{
background-color: #3609B3;
}
</style>
border-color css
<style>
span { border-color: #3609B3; }
span { border-color: rgb(54,9,179); }
td.TdClassName
{
border-color: #3609B3;
}
.TagClassName
{
border-color: #3609B3;
}
</style>