Shades of Royal Blue #3669CB
Tints of Royal Blue #3669CB
RGB
CMYK
RGB Variations
Color information
#3669CB (or 0x3669CB) is known color: Royal Blue. HEX triplet: 36, 69 and CB. RGB value is (54,105,203). Sum of RGB (Red+Green+Blue) = 54+105+203=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #3669CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3669CB is #C99634. Grayscale: #646464. Windows color (decimal): -13211189 or 13330742. OLE color: 13330742.
HSL color Cylindrical-coordinate representation of color #3669CB: hue angle of 219.46º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3669CB is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 105 | 203 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.20 |
| HSL | 219.46º | 0.59% | 0.5% | - |
| HSV(B) | 219.46º | 0.73% | 0.8% | - |
| XYZ | 17.35 | 15.2 | 58.52 | - |
| YUV | 100.92 | 185.6 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 203 | 0.73 | 0.48 | 0 | 0.20 | 219.46 | 0.59 | 0.5 |
| Hex | 36 | 69 | CB | 49 | 30 | 0 | 14 | DB | 3B | 32 |
| Octal | 66 | 151 | 313 | 111 | 60 | 0 | 24 | 333 | 73 | 62 |
| Binary | 110110 | 1101001 | 11001011 | 1001001 | 110000 | 0 | 10100 | 11011011 | 111011 | 110010 |
Color Harmonies of #3669CB
Complementary color
Monochromatic Colors of #3669CB
Black with #3669CB
Text Example
Text Example
White with #3669CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3669CB; }
p { color: rgb(54,105,203); }
H1.HeaderClassName
{
color: #3669CB;
}
.AnyTagClassName
{
color: #3669CB;
}
</style>
background-color css
<style>
a { background-color: #3669CB; }
a { background-color: rgb(54,105,203); }
div.DivClassName
{
background-color: #3669CB;
}
.BgClassName
{
background-color: #3669CB;
}
</style>
border-color css
<style>
span { border-color: #3669CB; }
span { border-color: rgb(54,105,203); }
td.TdClassName
{
border-color: #3669CB;
}
.TagClassName
{
border-color: #3669CB;
}
</style>