Shades of Regal Blue #273D53
Tints of Regal Blue #273D53
RGB
CMYK
RGB Variations
Color information
#273D53 (or 0x273D53) is known color: Regal Blue. HEX triplet: 27, 3D and 53. RGB value is (39,61,83). Sum of RGB (Red+Green+Blue) = 39+61+83=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #273D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D53 is #D8C2AC. Grayscale: #383838. Windows color (decimal): -14205613 or 5455143. OLE color: 5455143.
HSL color Cylindrical-coordinate representation of color #273D53: hue angle of 210º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #273D53 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 61 | 83 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.67 |
| HSL | 210º | 0.36% | 0.24% | - |
| HSV(B) | 210º | 0.53% | 0.33% | - |
| XYZ | 4.07 | 4.39 | 8.82 | - |
| YUV | 56.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 83 | 0.53 | 0.27 | 0 | 0.67 | 210 | 0.36 | 0.24 |
| Hex | 27 | 3D | 53 | 35 | 1B | 0 | 43 | D2 | 24 | 18 |
| Octal | 47 | 75 | 123 | 65 | 33 | 0 | 103 | 322 | 44 | 30 |
| Binary | 100111 | 111101 | 1010011 | 110101 | 11011 | 0 | 1000011 | 11010010 | 100100 | 11000 |
Color Harmonies of #273D53
Complementary color
Monochromatic Colors of #273D53
Black with #273D53
Text Example
Text Example
White with #273D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D53; }
p { color: rgb(39,61,83); }
H1.HeaderClassName
{
color: #273D53;
}
.AnyTagClassName
{
color: #273D53;
}
</style>
background-color css
<style>
a { background-color: #273D53; }
a { background-color: rgb(39,61,83); }
div.DivClassName
{
background-color: #273D53;
}
.BgClassName
{
background-color: #273D53;
}
</style>
border-color css
<style>
span { border-color: #273D53; }
span { border-color: rgb(39,61,83); }
td.TdClassName
{
border-color: #273D53;
}
.TagClassName
{
border-color: #273D53;
}
</style>