Shades of Regal Blue #2A4357
Tints of Regal Blue #2A4357
RGB
CMYK
RGB Variations
Color information
#2A4357 (or 0x2A4357) is known color: Regal Blue. HEX triplet: 2A, 43 and 57. RGB value is (42,67,87). Sum of RGB (Red+Green+Blue) = 42+67+87=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #2A4357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4357 is #D5BCA8. Grayscale: #3D3D3D. Windows color (decimal): -14007465 or 5718826. OLE color: 5718826.
HSL color Cylindrical-coordinate representation of color #2A4357: hue angle of 206.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A4357 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 67 | 87 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.66 |
| HSL | 206.67º | 0.35% | 0.25% | - |
| HSV(B) | 206.67º | 0.52% | 0.34% | - |
| XYZ | 4.68 | 5.19 | 9.77 | - |
| YUV | 61.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 87 | 0.52 | 0.23 | 0 | 0.66 | 206.67 | 0.35 | 0.25 |
| Hex | 2A | 43 | 57 | 34 | 17 | 0 | 42 | CF | 23 | 19 |
| Octal | 52 | 103 | 127 | 64 | 27 | 0 | 102 | 317 | 43 | 31 |
| Binary | 101010 | 1000011 | 1010111 | 110100 | 10111 | 0 | 1000010 | 11001111 | 100011 | 11001 |
Color Harmonies of #2A4357
Complementary color
Monochromatic Colors of #2A4357
Black with #2A4357
Text Example
Text Example
White with #2A4357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4357; }
p { color: rgb(42,67,87); }
H1.HeaderClassName
{
color: #2A4357;
}
.AnyTagClassName
{
color: #2A4357;
}
</style>
background-color css
<style>
a { background-color: #2A4357; }
a { background-color: rgb(42,67,87); }
div.DivClassName
{
background-color: #2A4357;
}
.BgClassName
{
background-color: #2A4357;
}
</style>
border-color css
<style>
span { border-color: #2A4357; }
span { border-color: rgb(42,67,87); }
td.TdClassName
{
border-color: #2A4357;
}
.TagClassName
{
border-color: #2A4357;
}
</style>