#2F5894

Color #2F5894 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #2F5894

Tints of Endeavour #2F5894

Color information

#2F5894 (or 0x2F5894) is unknown color: approx Endeavour. HEX triplet: 2F, 58 and 94. RGB value is (47,88,148). Sum of RGB (Red+Green+Blue) = 47+88+148=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F5894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5894 is #D0A76B. Grayscale: #525252. Windows color (decimal): -13674348 or 9721903. OLE color: 9721903.

HSL color Cylindrical-coordinate representation of color #2F5894: hue angle of 215.64º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F5894 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4788148-
CMYK0.680.4100.42
HSL215.64º51.79%38.24%-
HSV(B)215.64º68.24%58.04%-
XYZ10.019.7229.37-
YUV82.58164.92102.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 16.61%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=16.61%
G=31.10%
B=52.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47881480.680.4100.42215.6451.7938.24
Hex2F5894442902Ad83426
Octal57130224104510523306446
Binary1011111011000100101001000100101001010101011011000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F5894; }

 p { color: rgb(47,88,148); }

 H1.HeaderClassName
 {
   color: #2F5894;
 }
 .AnyTagClassName
 {
   color: #2F5894;
 }
</style>
background-color css

<style>
 a { background-color: #2F5894; }

 a { background-color: rgb(47,88,148); }

 div.DivClassName
 {
   background-color: #2F5894;
 }
 .BgClassName
 {
   background-color: #2F5894;
 }
</style>
border-color css

<style>
 span { border-color: #2F5894; }

 span { border-color: rgb(47,88,148); }

 td.TdClassName
 {
   border-color: #2F5894;
 }
 .TagClassName
 {
   border-color: #2F5894;
 }
</style>