Shades of Endeavour #264C94
Tints of Endeavour #264C94
RGB
CMYK
RGB Variations
Color information
#264C94 (or 0x264C94) is known color: Endeavour. HEX triplet: 26, 4C and 94. RGB value is (38,76,148). Sum of RGB (Red+Green+Blue) = 38+76+148=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #264C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264C94 is #D9B36B. Grayscale: #484848. Windows color (decimal): -14267244 or 9718822. OLE color: 9718822.
HSL color Cylindrical-coordinate representation of color #264C94: hue angle of 219.27º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264C94 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 76 | 148 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.42 |
| HSL | 219.27º | 0.59% | 0.36% | - |
| HSV(B) | 219.27º | 0.74% | 0.58% | - |
| XYZ | 8.73 | 7.72 | 29.05 | - |
| YUV | 72.85 | 170.41 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 148 | 0.74 | 0.49 | 0 | 0.42 | 219.27 | 0.59 | 0.36 |
| Hex | 26 | 4C | 94 | 4A | 31 | 0 | 2A | DB | 3B | 24 |
| Octal | 46 | 114 | 224 | 112 | 61 | 0 | 52 | 333 | 73 | 44 |
| Binary | 100110 | 1001100 | 10010100 | 1001010 | 110001 | 0 | 101010 | 11011011 | 111011 | 100100 |
Color Harmonies of #264C94
Complementary color
Monochromatic Colors of #264C94
Black with #264C94
Text Example
Text Example
White with #264C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C94; }
p { color: rgb(38,76,148); }
H1.HeaderClassName
{
color: #264C94;
}
.AnyTagClassName
{
color: #264C94;
}
</style>
background-color css
<style>
a { background-color: #264C94; }
a { background-color: rgb(38,76,148); }
div.DivClassName
{
background-color: #264C94;
}
.BgClassName
{
background-color: #264C94;
}
</style>
border-color css
<style>
span { border-color: #264C94; }
span { border-color: rgb(38,76,148); }
td.TdClassName
{
border-color: #264C94;
}
.TagClassName
{
border-color: #264C94;
}
</style>