#2F618B

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

Shades of Endeavour #2F618B

Tints of Endeavour #2F618B

Color information

#2F618B (or 0x2F618B) is unknown color: approx Endeavour. HEX triplet: 2F, 61 and 8B. RGB value is (47,97,139). Sum of RGB (Red+Green+Blue) = 47+97+139=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F618B is #D09E74. Grayscale: #565656. Windows color (decimal): -13672053 or 9134383. OLE color: 9134383.

HSL color Cylindrical-coordinate representation of color #2F618B: hue angle of 207.39º 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 #2F618B is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4797139-
CMYK0.660.3000.45
HSL207.39º49.46%36.47%-
HSV(B)207.39º66.19%54.51%-
XYZ10.1111.0226.02-
YUV86.84157.4499.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.61%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 139 (54.69% from 255) = 49.12%
R=16.61%
G=34.28%
B=49.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47971390.660.3000.45207.3949.4636.47
Hex2F618B421E02Dcf3124
Octal57141213102360553176144
Binary101111110000110001011100001011110010110111001111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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