#2F598B

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

Shades of Endeavour #2F598B

Tints of Endeavour #2F598B

Color information

#2F598B (or 0x2F598B) is unknown color: approx Endeavour. HEX triplet: 2F, 59 and 8B. RGB value is (47,89,139). Sum of RGB (Red+Green+Blue) = 47+89+139=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F598B is #D0A674. Grayscale: #515151. Windows color (decimal): -13674101 or 9132335. OLE color: 9132335.

HSL color Cylindrical-coordinate representation of color #2F598B: hue angle of 212.61º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F598B is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4789139-
CMYK0.660.3600.45
HSL212.61º49.46%36.47%-
HSV(B)212.61º66.19%54.51%-
XYZ9.49.6125.79-
YUV82.14160.09102.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.09%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=17.09%
G=32.36%
B=50.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47891390.660.3600.45212.6149.4636.47
Hex2F598B422402Dd53124
Octal57131213102440553256144
Binary1011111011001100010111000010100100010110111010101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,89,139); }

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

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

 a { background-color: rgb(47,89,139); }

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

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

 span { border-color: rgb(47,89,139); }

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