Shades of Endeavour #225385
Tints of Endeavour #225385
RGB
CMYK
RGB Variations
Color information
#225385 (or 0x225385) is known color: Endeavour. HEX triplet: 22, 53 and 85. RGB value is (34,83,133). Sum of RGB (Red+Green+Blue) = 34+83+133=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #225385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225385 is #DDAC7A. Grayscale: #494949. Windows color (decimal): -14527611 or 8737570. OLE color: 8737570.
HSL color Cylindrical-coordinate representation of color #225385: hue angle of 210.3º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225385 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 83 | 133 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.48 |
| HSL | 210.3º | 0.59% | 0.33% | - |
| HSV(B) | 210.3º | 0.74% | 0.52% | - |
| XYZ | 7.99 | 8.22 | 23.36 | - |
| YUV | 74.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 83 | 133 | 0.74 | 0.38 | 0 | 0.48 | 210.3 | 0.59 | 0.33 |
| Hex | 22 | 53 | 85 | 4A | 26 | 0 | 30 | D2 | 3B | 21 |
| Octal | 42 | 123 | 205 | 112 | 46 | 0 | 60 | 322 | 73 | 41 |
| Binary | 100010 | 1010011 | 10000101 | 1001010 | 100110 | 0 | 110000 | 11010010 | 111011 | 100001 |
Color Harmonies of #225385
Complementary color
Monochromatic Colors of #225385
Black with #225385
Text Example
Text Example
White with #225385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225385; }
p { color: rgb(34,83,133); }
H1.HeaderClassName
{
color: #225385;
}
.AnyTagClassName
{
color: #225385;
}
</style>
background-color css
<style>
a { background-color: #225385; }
a { background-color: rgb(34,83,133); }
div.DivClassName
{
background-color: #225385;
}
.BgClassName
{
background-color: #225385;
}
</style>
border-color css
<style>
span { border-color: #225385; }
span { border-color: rgb(34,83,133); }
td.TdClassName
{
border-color: #225385;
}
.TagClassName
{
border-color: #225385;
}
</style>