Shades of Regal Blue #273D52
Tints of Regal Blue #273D52
RGB
CMYK
RGB Variations
Color information
#273D52 (or 0x273D52) is known color: Regal Blue. HEX triplet: 27, 3D and 52. RGB value is (39,61,82). Sum of RGB (Red+Green+Blue) = 39+61+82=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #273D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D52 is #D8C2AD. Grayscale: #383838. Windows color (decimal): -14205614 or 5389607. OLE color: 5389607.
HSL color Cylindrical-coordinate representation of color #273D52: hue angle of 209.3º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #273D52 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 61 | 82 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.68 |
| HSL | 209.3º | 0.36% | 0.24% | - |
| HSV(B) | 209.3º | 0.52% | 0.32% | - |
| XYZ | 4.03 | 4.38 | 8.62 | - |
| YUV | 56.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 82 | 0.52 | 0.26 | 0 | 0.68 | 209.3 | 0.36 | 0.24 |
| Hex | 27 | 3D | 52 | 34 | 1A | 0 | 44 | D1 | 24 | 18 |
| Octal | 47 | 75 | 122 | 64 | 32 | 0 | 104 | 321 | 44 | 30 |
| Binary | 100111 | 111101 | 1010010 | 110100 | 11010 | 0 | 1000100 | 11010001 | 100100 | 11000 |
Color Harmonies of #273D52
Complementary color
Monochromatic Colors of #273D52
Black with #273D52
Text Example
Text Example
White with #273D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D52; }
p { color: rgb(39,61,82); }
H1.HeaderClassName
{
color: #273D52;
}
.AnyTagClassName
{
color: #273D52;
}
</style>
background-color css
<style>
a { background-color: #273D52; }
a { background-color: rgb(39,61,82); }
div.DivClassName
{
background-color: #273D52;
}
.BgClassName
{
background-color: #273D52;
}
</style>
border-color css
<style>
span { border-color: #273D52; }
span { border-color: rgb(39,61,82); }
td.TdClassName
{
border-color: #273D52;
}
.TagClassName
{
border-color: #273D52;
}
</style>