Shades of Endeavour #255484
Tints of Endeavour #255484
RGB
CMYK
RGB Variations
Color information
#255484 (or 0x255484) is known color: Endeavour. HEX triplet: 25, 54 and 84. RGB value is (37,84,132). Sum of RGB (Red+Green+Blue) = 37+84+132=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #255484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255484 is #DAAB7B. Grayscale: #4B4B4B. Windows color (decimal): -14330748 or 8672293. OLE color: 8672293.
HSL color Cylindrical-coordinate representation of color #255484: hue angle of 210.32º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255484 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 84 | 132 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.48 |
| HSL | 210.32º | 0.56% | 0.33% | - |
| HSV(B) | 210.32º | 0.72% | 0.52% | - |
| XYZ | 8.1 | 8.4 | 23.02 | - |
| YUV | 75.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 132 | 0.72 | 0.36 | 0 | 0.48 | 210.32 | 0.56 | 0.33 |
| Hex | 25 | 54 | 84 | 48 | 24 | 0 | 30 | D2 | 38 | 21 |
| Octal | 45 | 124 | 204 | 110 | 44 | 0 | 60 | 322 | 70 | 41 |
| Binary | 100101 | 1010100 | 10000100 | 1001000 | 100100 | 0 | 110000 | 11010010 | 111000 | 100001 |
Color Harmonies of #255484
Complementary color
Monochromatic Colors of #255484
Black with #255484
Text Example
Text Example
White with #255484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255484; }
p { color: rgb(37,84,132); }
H1.HeaderClassName
{
color: #255484;
}
.AnyTagClassName
{
color: #255484;
}
</style>
background-color css
<style>
a { background-color: #255484; }
a { background-color: rgb(37,84,132); }
div.DivClassName
{
background-color: #255484;
}
.BgClassName
{
background-color: #255484;
}
</style>
border-color css
<style>
span { border-color: #255484; }
span { border-color: rgb(37,84,132); }
td.TdClassName
{
border-color: #255484;
}
.TagClassName
{
border-color: #255484;
}
</style>